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
y = sum[1/P_n,s,{n,1,inf}]
where P_n,s is the nth s-gonal number (i.e., the nth number corresponding to a regular polygon with s sides).

Solution Stats

100.0% Correct | 0.0% Incorrect
Last Solution submitted on Jul 20, 2024

Solution Comments

Show comments

Problem Recent Solvers3

Suggested Problems

More from this Author269

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!