The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A295245 Expansion of Product_{k>=1} 1/(1 + k^k*x^k)^k. 2
1, -1, -7, -74, -902, -14075, -253551, -5307194, -124832925, -3278747898, -94780240390, -2995303153545, -102658540155454, -3794631664471440, -150460754913170964, -6371573878247136298, -287006135162339175131, -13703650554585427586271 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = n, g(n) = -n^n.
LINKS
FORMULA
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)^(n/d).
PROG
(PARI) N=66; x='x+O('x^N); Vec(1/prod(k=1, N, (1+k^k*x^k)^k))
CROSSREFS
Sequence in context: A275618 A114472 A000901 * A365844 A341330 A266305
KEYWORD
sign
AUTHOR
Seiichi Manyama, Nov 18 2017
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 June 10 10:32 EDT 2024. Contains 373264 sequences. (Running on oeis4.)