login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A318771 Expansion of Sum_{k>=0} x^(k^2) / Product_{j=1..k} (1 - x^j)^j. 3
1, 1, 1, 1, 2, 2, 4, 4, 7, 8, 12, 14, 22, 25, 37, 47, 64, 81, 113, 140, 191, 243, 319, 408, 540, 677, 889, 1132, 1462, 1855, 2404, 3034, 3909, 4946, 6325, 7997, 10202, 12840, 16328, 20549, 25989, 32627, 41180, 51577, 64872, 81128, 101729, 127016, 158913, 197981, 247163, 307523, 383019 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
MAPLE
a:=series(add(x^(k^2)/mul((1-x^j)^j, j=1..k), k=0..100), x=0, 53): seq(coeff(a, x, n), n=0..52); # Paolo P. Lava, Apr 02 2019
MATHEMATICA
nmax = 52; CoefficientList[Series[Sum[x^k^2/Product[(1 - x^j)^j, {j, 1, k}], {k, 0, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A187219 A317785 A014810 * A363726 A239835 A361860
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 03 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)