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.

A298848 Number of partitions of n^3 into distinct cubes > 1.

Original entry on oeis.org

1, 0, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 3, 2, 5, 4, 3, 4, 13, 11, 15, 20, 23, 34, 52, 49, 97, 118, 164, 192, 296, 330, 525, 745, 825, 1354, 1820, 1994, 3356, 4605, 5543, 8335, 12319, 13124, 21133, 28634, 33209, 51272, 71154, 85329, 126806, 174704, 210157, 310269, 433490, 511199
Offset: 0

Views

Author

Ilya Gutkovskiy, Jan 27 2018

Keywords

Examples

			a(6) = 2 because we have [216] and [125, 64, 27].
		

Crossrefs

Formula

a(n) = [x^(n^3)] Product_{k>=2} (1 + x^(k^3)).
a(n) = A280130(A000578(n)).