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.

A133042 Cubes of partition numbers.

Original entry on oeis.org

1, 1, 8, 27, 125, 343, 1331, 3375, 10648, 27000, 74088, 175616, 456533, 1030301, 2460375, 5451776, 12326391, 26198073, 57066625, 117649000, 246491883, 496793088, 1006012008, 1976656375, 3906984375, 7506509912, 14455457856
Offset: 0

Views

Author

Omar E. Pol, Oct 30 2007

Keywords

Examples

			a(10) = 74088 because the partition number of 10 is 42 and 42^3 is 74088.
		

Crossrefs

Cf. A000578, A030078. Partition number: A000041.

Programs

Formula

a(n) = A000041(n)^3.
a(n) ~ exp(Pi*sqrt(6*n)) / (192*sqrt(3)*n^3). - Vaclav Kotesovec, Dec 01 2015