login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A374628
Expansion of Product_{k>=0} (1 + x^(3^k))^3.
0
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,2
FORMULA
G.f. A(x) satisfies A(x) = (1 + x)^3 * A(x^3).
PROG
(PARI) my(N=90, x='x+O('x^N)); Vec(prod(k=0, logint(N, 3), 1+x^3^k)^3)
CROSSREFS
Sequence in context: A183501 A086239 A016605 * A185395 A060372 A128036
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 14 2024
STATUS
approved