Problem 60633. Sum the reciprocals of polygonal numbers
As explained in Cody Problem 60571, a polygonal number is the number of dots arranged in the shape of a regular polygon. For example, 15 is a triangular number because dots can be arranged in the shape of a triangle with rows of 1, 2, 3, 4, and 5 dots. The number 16 is a square number because dots can be arranged in four rows of four.
Write a function to sum the reciprocals of polygonal numbers. In particular, compute
where
is the nth s-gonal number (i.e., the nth number corresponding to a regular polygon with s sides).
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers4
Suggested Problems
-
given 3 sides, find area of this triangle
809 Solvers
-
Find the largest value in the 3D matrix
1597 Solvers
-
Remove the two elements next to NaN value
675 Solvers
-
Get the elements of diagonal and antidiagonal for any m-by-n matrix
497 Solvers
-
49 Solvers
More from this Author311
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!