[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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”).

A296238
Expansion of Product_{k>0} (1 + x^(k*(3*k+1)/2)).
1
1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 2, 0, 1, 0, 0, 1, 0, 2, 0, 2, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 2, 0, 2, 0, 2, 1, 1, 1, 0
OFFSET
0,58
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[(1 + x^(k*(3*k+1)/2)), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Dec 10 2017 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, (1+x^(k*(3*k+1)/2))))
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 09 2017
STATUS
approved