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.

A338586 Number of partitions of the n-th tetrahedral number into exactly n positive tetrahedral numbers.

Original entry on oeis.org

1, 1, 0, 0, 0, 1, 2, 5, 5, 20, 35, 75, 154, 336, 730, 1570, 3394, 7339, 16085, 35015, 76269, 164821, 359704, 782004, 1696804, 3668860, 7953962, 17184203, 37093184, 79825297, 171824175, 368838299, 790404448, 1690297309, 3610816466, 7696144659, 16374004711, 34766160358
Offset: 0

Views

Author

Ilya Gutkovskiy, Nov 08 2020

Keywords

Examples

			The 6th tetrahedral number is 56 and 56 = 1 + 1 + 4 + 10 + 20 + 20 = 4 + 4 + 4 + 4 + 20 + 20, so a(6) = 2.
		

Crossrefs

Formula

a(n) = [x^A000292(n) y^n] Product_{j>=1} 1 / (1 - y*x^A000292(j)).