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 comments
Loading...
Problem Recent Solvers5
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52863 Solvers
-
Return a list sorted by number of occurrences
2890 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3676 Solvers
-
Duplicate each element of a vector.
636 Solvers
-
254 Solvers
More from this Author323
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!