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!)
A299167 Expansion of 1/(1 - x*Product_{k>=1} (1 + x^k)^k). 10
1, 1, 2, 5, 14, 36, 94, 243, 628, 1619, 4178, 10776, 27793, 71682, 184879, 476832, 1229830, 3171942, 8180989, 21100215, 54421187, 140361900, 362018270, 933709453, 2408202606, 6211182512, 16019743522, 41317765457, 106565859669, 274852289679, 708892898170, 1828360759013, 4715667307920 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
FORMULA
G.f.: 1/(1 - x*Product_{k>=1} (1 + x^k)^k).
a(0) = 1; a(n) = Sum_{k=1..n} A026007(k-1)*a(n-k).
MATHEMATICA
nmax = 32; CoefficientList[Series[1/(1 - x Product[(1 + x^k)^k, {k, 1, nmax}]), {x, 0, nmax}], x]
CROSSREFS
Antidiagonal sums of A277938.
Sequence in context: A201371 A244061 A297120 * A182890 A102714 A087223
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 04 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 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)