cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A259796 Number of partitions of 3^n into n-th powers.

Original entry on oeis.org

3, 4, 5, 7, 9, 13, 19, 27, 40, 59, 88, 131, 196, 293, 439, 658, 987, 1479, 2218, 3327, 4989, 7483, 11224, 16836, 25253, 37878, 56817, 85224, 127836, 191753, 287628, 431441, 647161, 970741, 1456111, 2184166, 3276248, 4914371, 7371556, 11057334, 16586000
Offset: 1

Views

Author

N. J. A. Sloane, Jul 06 2015

Keywords

Examples

			n=3: partitions of 3^3 = 27 into cubes: 27 = 27, 8^3+1^3, 8^2+1^11, 8+1^19, 1^27, so a(3) = 5.
		

Crossrefs

A column of the array in A259799.

Extensions

More terms from Alois P. Heinz, Jul 10 2015