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!)
A306665 Expansion of Sum_{k>=0} k! * x^(k*(k+1)/2) / Product_{j=1..k} (1 - x^j)^j. 0
1, 1, 1, 3, 3, 7, 13, 19, 31, 57, 99, 145, 253, 391, 661, 1071, 1647, 2617, 4189, 6439, 10183, 15999, 24195, 37537, 57553, 87925, 132841, 202899, 306147, 458827, 688501, 1030147, 1533535, 2280549, 3370947, 4986265, 7354573, 10779763, 15804901, 23102271, 33685239 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
nmax = 40; CoefficientList[Series[Sum[k! x^(k (k + 1)/2)/Product[(1 - x^j)^j, {j, 1, k}], {k, 0, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A051123 A096188 A187873 * A065876 A204858 A095008
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 09:34 EDT 2024. Contains 371967 sequences. (Running on oeis4.)