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.

A279224 Expansion of Product_{k>=1} 1/(1 - x^(k*(k+1)*(2*k-1)/2)).

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 5, 5, 5, 5, 5, 5, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9, 10, 10, 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 15, 16, 16, 17, 17, 17, 18, 18, 18, 19, 20, 20, 21, 21, 21, 22, 22, 22, 23, 24, 24, 26, 26, 26, 27, 27, 27, 28, 29, 29, 31, 32
Offset: 0

Views

Author

Ilya Gutkovskiy, Dec 08 2016

Keywords

Comments

Number of partitions of n into nonzero octagonal pyramidal numbers (A002414).

Examples

			a(10) = 2 because we have [9, 1] and [1, 1, 1, 1, 1, 1, 1, 1, 1, 1].
		

Crossrefs

Programs

  • Mathematica
    nmax=100; CoefficientList[Series[Product[1/(1 - x^(k (k + 1) (2 k - 1)/2)), {k, 1, nmax}], {x, 0, nmax}], x]

Formula

G.f.: Product_{k>=1} 1/(1 - x^(k*(k+1)*(2*k-1)/2)).