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!)
A299212 Expansion of 1/(1 - x*Product_{k>=1} 1/(1 + x^k)^k). 5
1, 1, 0, -2, -5, -4, 4, 21, 35, 23, -47, -165, -239, -78, 479, 1273, 1508, -138, -4429, -9451, -8845, 6207, 37937, 67123, 45144, -83355, -308078, -455109, -166872, 873799, 2393041, 2916869, -73472, -8133572, -17828640, -17294146, 10383571, 70275162, 127401305, 90368779, -147825714 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
N. J. A. Sloane, Transforms
FORMULA
G.f.: 1/(1 - x*Product_{k>=1} 1/(1 + x^k)^k).
a(0) = 1; a(n) = Sum_{k=1..n} A255528(k-1)*a(n-k).
MATHEMATICA
nmax = 40; CoefficientList[Series[1/(1 - x Product[1/(1 + x^k)^k, {k, 1, nmax}]), {x, 0, nmax}], x]
CROSSREFS
Antidiagonal sums of A279928.
Sequence in context: A335566 A231730 A095758 * A249018 A235052 A102066
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Feb 05 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 07:06 EDT 2024. Contains 371920 sequences. (Running on oeis4.)