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.

A374628 Expansion of Product_{k>=0} (1 + x^(3^k))^3.

Original entry on oeis.org

1, 3, 3, 4, 9, 9, 6, 9, 9, 7, 12, 12, 13, 27, 27, 18, 27, 27, 15, 18, 18, 15, 27, 27, 18, 27, 27, 16, 21, 21, 19, 36, 36, 24, 36, 36, 25, 39, 39, 40, 81, 81, 54, 81, 81, 45, 54, 54, 45, 81, 81, 54, 81, 81, 42, 45, 45, 33, 54, 54, 36, 54, 54, 33, 45, 45, 42, 81, 81, 54, 81, 81, 45, 54, 54, 45, 81, 81, 54, 81, 81
Offset: 0

Views

Author

Seiichi Manyama, Jul 14 2024

Keywords

Crossrefs

Programs

  • PARI
    my(N=90, x='x+O('x^N)); Vec(prod(k=0, logint(N, 3), 1+x^3^k)^3)

Formula

G.f. A(x) satisfies A(x) = (1 + x)^3 * A(x^3).