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!)
A299210 Expansion of 1/(1 - x*Product_{k>=1} 1/(1 + k*x^k)). 5
1, 1, 0, -2, -5, -3, 5, 20, 27, 17, -53, -152, -192, 31, 576, 1110, 694, -1297, -4519, -6160, -1107, 13665, 31914, 30643, -19339, -119260, -196142, -103318, 289543, 859631, 1062684, 13710, -2690348, -5675946, -4940757, 4167527, 21343918, 33874107, 16524162, -51704908, -150454546 (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 + k*x^k)).
a(0) = 1; a(n) = Sum_{k=1..n} A022693(k-1)*a(n-k).
MATHEMATICA
nmax = 40; CoefficientList[Series[1/(1 - x Product[1/(1 + k x^k), {k, 1, nmax}]), {x, 0, nmax}], x]
CROSSREFS
Antidiagonal sums of A297325.
Sequence in context: A216052 A021911 A248852 * A104978 A365723 A124568
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 August 16 21:21 EDT 2024. Contains 375191 sequences. (Running on oeis4.)