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”).

A369424
Expansion of Sum_{n>=1} x^(n^2)*((1+x)/(1-x))^n.
1
1, 2, 2, 3, 6, 10, 14, 18, 23, 32, 48, 72, 104, 144, 192, 249, 320, 416, 552, 744, 1008, 1360, 1816, 2392, 3105, 3978, 5050, 6386, 8082, 10266, 13098, 16770, 21506, 27562, 35226, 44819, 56702, 71298, 89134, 110898, 137502, 170146, 210382, 260178, 321982, 398786, 494190, 612466, 758623, 938480, 1158768
OFFSET
1,2
PROG
(PARI) my(N=66, x='x+O('x^N)); Vec(sum(n=1, N, x^(n^2)*((1+x)/(1-x))^n))
CROSSREFS
Cf. A369425.
Sequence in context: A321405 A054200 A137216 * A070550 A298179 A185084
KEYWORD
nonn,easy
AUTHOR
Joerg Arndt, Jan 23 2024
STATUS
approved