A025454 Number of partitions of n into 10 nonnegative cubes.
1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 2, 2, 1, 2, 2, 2, 3, 2, 2, 1, 1, 2, 2, 2, 2, 2, 1, 2, 2, 3, 3, 2, 3, 2, 2, 3, 2, 4, 3, 3, 3, 3, 3, 3, 3, 4, 4, 2, 3, 3, 2, 3, 2, 4, 3, 3, 4, 3, 3, 3, 3, 3, 3, 3, 4, 4, 3, 4, 3, 3, 4, 3, 5, 3, 3, 3, 2, 3, 3, 3, 3
Offset: 0
Examples
There are 2 ways to write 34 as a sum of 10 nonnegative cubes: 34 = 4 * 0^3 + 2 * 1^3 + 4 * 2^3 = 2 * 0^2 + 7 * 1^3 + 1 * 2^3. - _David A. Corneth_, Sep 23 2019
Links
- David A. Corneth, Table of n, a(n) for n = 0..9999
- David A. Corneth, List of the ways to write n as a sum of 10 nonnegative cubes for n = 1..838