(49G) Number of Integer Partitions in Squares
|
07-29-2015, 10:15 AM
(This post was last modified: 06-15-2017 01:44 PM by Gene.)
Post: #1
|
|||
|
|||
(49G) Number of Integer Partitions in Squares
For integer input the programme returns the number of integer partitions in squares.
eg For input 7 the programme returns 2 & indeed 7 = 1 + 1 + 1 + 1 + 1 + 1 + 1 & 7 = 4 + 1 + 1 + 1 & these are the only two partitions purely in squares. Similarly, for input 100 the programme returns 1,116 For more info see http://oeis.org/A001156 Code:
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(49G) Number of Integer Partitions in Squares - Gerald H - 07-29-2015 10:15 AM
|
User(s) browsing this thread: 1 Guest(s)