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!)
A294606 Expansion of Product_{k>=1} (1 - k*x^k)^(k^k). 4

%I #12 Nov 07 2017 11:09:31

%S 1,-1,-8,-73,-919,-13977,-253640,-5290184,-124681406,-3272865905,

%T -94671665085,-2991846831531,-102566663464544,-3791541404744714,

%U -150357943095635464,-6367699625807475503,-286854179220742344135,-13697182490105378305606

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

%H Seiichi Manyama, <a href="/A294606/b294606.txt">Table of n, a(n) for n = 0..385</a>

%F a(0) = 1 and a(n) = -(1/n) * Sum_{k=1..n} A294608(k) * a(n-k) for n > 0.

%t nmax = 20; CoefficientList[Series[Product[(1 - k*x^k)^(k^k), {k, 1, nmax}], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Nov 05 2017 *)

%o (PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, (1-k*x^k)^k^k))

%Y Column k=1 of A294605.

%Y Cf. A294608.

%K sign

%O 0,3

%A _Seiichi Manyama_, Nov 04 2017

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