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

%I #5 Feb 06 2018 09:19:43

%S 1,1,0,-2,-5,-3,5,20,27,17,-53,-152,-192,31,576,1110,694,-1297,-4519,

%T -6160,-1107,13665,31914,30643,-19339,-119260,-196142,-103318,289543,

%U 859631,1062684,13710,-2690348,-5675946,-4940757,4167527,21343918,33874107,16524162,-51704908,-150454546

%N Expansion of 1/(1 - x*Product_{k>=1} 1/(1 + k*x^k)).

%H N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>

%F G.f.: 1/(1 - x*Product_{k>=1} 1/(1 + k*x^k)).

%F a(0) = 1; a(n) = Sum_{k=1..n} A022693(k-1)*a(n-k).

%t nmax = 40; CoefficientList[Series[1/(1 - x Product[1/(1 + k x^k), {k, 1, nmax}]), {x, 0, nmax}], x]

%Y Antidiagonal sums of A297325.

%Y Cf. A022693, A067687, A299105, A299106, A299108, A299162, A299164, A299166, A299167, A299208, A299209, A299211, A299212.

%K sign

%O 0,4

%A _Ilya Gutkovskiy_, Feb 05 2018

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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)