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.

A373219 Expansion of Product_{i>=1, j>=0} (1 + x^(i * 5^j)).

Original entry on oeis.org

1, 1, 1, 2, 2, 4, 5, 6, 8, 10, 14, 17, 21, 26, 32, 42, 50, 60, 74, 88, 109, 130, 154, 184, 218, 263, 309, 363, 428, 500, 593, 690, 802, 936, 1084, 1266, 1463, 1687, 1948, 2242, 2590, 2970, 3403, 3900, 4456, 5107, 5820, 6626, 7546, 8572, 9755, 11059, 12523, 14180, 16028, 18133, 20455, 23056, 25978
Offset: 0

Views

Author

Seiichi Manyama, May 28 2024

Keywords

Crossrefs

Programs

  • PARI
    my(N=60, x='x+O('x^N)); Vec(prod(k=1, N, (1+x^k)^(valuation(k, 5)+1)))

Formula

G.f.: Product_{k>=1} (1 + x^k)^A055457(k).
Let A(x) be the g.f. of this sequence, and B(x) be the g.f. of A000009, then B(x) = A(x)/A(x^5).