OFFSET
0,2
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..10000
FORMULA
Expansion of q^(-2/3)(eta(q^2)/eta(q))^16 in powers of q. - Michael Somos, Jun 06 2005
Euler transform of period 2 sequence [16, 0, ...]. - Michael Somos, Jun 06 2005
G.f.: G(x) = (Prod_{k>0} 1+x^k)^16.
Let P(x) = prod(n>=1, (1+x^n)) (the g.f. for partitions into distinct parts, A000009). Then P(x^2)^8 + 16*x*P(x^2)^16*P(x)^8 = P(x)^16 (cf. A022581). - Joerg Arndt, Jul 12 2009
a(n) ~ exp(4 * Pi * sqrt(n/3)) / (256 * sqrt(2) * 3^(1/4) * n^(3/4)). - Vaclav Kotesovec, Mar 05 2015
a(0) = 1, a(n) = (16/n)*Sum_{k=1..n} A000593(k)*a(n-k) for n > 0. - Seiichi Manyama, Apr 03 2017
Empirical: Sum_{n>=0} a(n) / exp(n*Pi) = (1/4) * exp(2*Pi/3) = A388307. - Simon Plouffe, Sep 15 2025
MATHEMATICA
nmax=50; CoefficientList[Series[Product[(1+q^m)^16, {m, 1, nmax}], {q, 0, nmax}], q] (* Vaclav Kotesovec, Mar 05 2015 *)
s = (QPochhammer[-1, q]/2)^16 + O[q]^40; CoefficientList[s, q] (* Jean-François Alcover, Nov 30 2015, adapted from PARI *)
PROG
(PARI) q='q+O('q^66); gf=(eta(q^2)/eta(q))^16; Vec(gf) \\ Joerg Arndt, Jul 06 2011
(PARI) m=50; q='q+O('q^m); Vec(prod(n=1, m, (1+q^n)^16)) \\ G. C. Greubel, Feb 25 2018
(Magma) Coefficients(&*[(1+x^m)^16:m in [1..40]])[1..40] where x is PolynomialRing(Integers()).1; // G. C. Greubel, Feb 25 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 14 1998
STATUS
approved
