OFFSET
0,4
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..10000
FORMULA
G.f.: Product_{k>=1} (1 + x^k)^A373216(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^6).
a(n) ~ 6^(1/4) * Pi^(log(2)/(2*log(6))) * exp(Pi*sqrt(2*n/5)) / (2^(3/2 + (3*log(2) + 2*log(Pi))/(4*log(6))) * 15^(1/4 + log(2)/(4*log(6))) * n^(3/4 + log(2)/(4*log(6)))). - Vaclav Kotesovec, Mar 07 2026
MATHEMATICA
nmax = 60; CoefficientList[Series[Product[(1 + x^k)^(IntegerExponent[k, 6] + 1), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Feb 20 2026 *)
PROG
(PARI) my(N=60, x='x+O('x^N)); Vec(prod(k=1, N, (1+x^k)^(valuation(k, 6)+1)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 28 2024
STATUS
approved
