[go: up one dir, main page]

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!)
A306732 Expansion of Sum_{k>=0} x^(k*(k+1)/2) * Product_{j=1..k} (1 + j*x^j). 0
1, 1, 1, 1, 1, 2, 3, 1, 2, 5, 4, 7, 8, 5, 7, 11, 15, 22, 17, 31, 39, 20, 31, 39, 64, 81, 85, 125, 97, 170, 211, 121, 167, 229, 265, 385, 531, 548, 573, 814, 686, 1150, 1339, 860, 1131, 1344, 1888, 2109, 2780, 3656, 4127, 4294, 4498, 6320, 5568, 8747, 10260, 6856, 8673, 10580 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
MATHEMATICA
nmax = 59; CoefficientList[Series[Sum[x^(k (k + 1)/2) Product[(1 + j x^j), {j, 1, k}], {k, 0, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A050981 A053452 A023986 * A109202 A362599 A245559
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 06 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 29 16:10 EDT 2024. Contains 375517 sequences. (Running on oeis4.)