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!)
A306663 Expansion of Sum_{k>=0} x^(k*(k+1)) / Product_{j=1..k} (1 - j*x^j). 0
1, 0, 1, 1, 1, 1, 2, 2, 4, 4, 8, 8, 17, 17, 35, 38, 74, 80, 161, 173, 336, 387, 713, 818, 1555, 1765, 3248, 3923, 6905, 8282, 15012, 17814, 31419, 39321, 66679, 82923, 144789, 177721, 302789, 390123, 642640, 821316, 1390825, 1755400, 2910638, 3833338, 6165743, 8060128, 13322378 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
MATHEMATICA
nmax = 48; CoefficientList[Series[Sum[x^(k (k + 1))/Product[(1 - j x^j), {j, 1, k}], {k, 0, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A163403 A158780 A231208 * A222955 A217208 A287136
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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)