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

%I #13 Nov 19 2017 02:08:26

%S 1,1,8,89,1121,17313,306588,6264356,144123978,3710660797,105517536463,

%T 3289885612007,111534718552758,4086488012360688,160872398645645560,

%U 6772203940050042913,303547711924399057195,14433006933542826499824

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

%C This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = -n, g(n) = -n^n.

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

%F a(0) = 1 and a(n) = (1/n) * Sum_{k=1..n} b(k)*a(n-k) where b(n) = Sum_{d|n} d^(2+n)*(-1)^(1+n/d).

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

%Y Cf. A266964, A294809, A295245.

%K nonn

%O 0,3

%A _Seiichi Manyama_, Nov 18 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 August 13 17:56 EDT 2024. Contains 375144 sequences. (Running on oeis4.)