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!)
A306664 Expansion of Sum_{k>=0} x^(k*(k+1)) / Product_{j=1..k} (1 - x^j)^j. 0
1, 0, 1, 1, 1, 1, 2, 2, 4, 4, 7, 7, 12, 12, 19, 22, 31, 37, 54, 63, 89, 111, 146, 184, 247, 301, 398, 501, 642, 804, 1042, 1293, 1663, 2082, 2648, 3321, 4229, 5268, 6691, 8370, 10553, 13168, 16595, 20659, 25929, 32253, 40321, 50092, 62489, 77418, 96340, 119266, 147998, 182927, 226609 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
MATHEMATICA
nmax = 54; CoefficientList[Series[Sum[x^(k (k + 1))/Product[(1 - x^j)^j, {j, 1, k}], {k, 0, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A363214 A062896 A025065 * A365826 A131524 A089075
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 04 2019
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 August 22 23:56 EDT 2024. Contains 375369 sequences. (Running on oeis4.)