Question: I need a python code for this problem Pentagonal numbers are generated by the formula Pn = n(3n - 1)/2 for n = 1, 2,

I need a python code for this problem Pentagonal numbers are generatedI need a python code for this problem

Pentagonal numbers are generated by the formula Pn = n(3n - 1)/2 for n = 1, 2, ... Write a code that finds pairs of pentagonal numbers P, and Po such that Pa + Pb is also a pentagonal number. (Consider pentagonal numbers up to a maximum of P50.) Build your code in small steps. Use the debugger along the way to correct errors, and to make sure your code is working properly

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!