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!)
A294948 Expansion of Product_{n>=1} (1 - n^n*x^n)^(1/n). 2
1, -1, -2, -7, -57, -541, -7126, -108072, -1966034, -40620681, -952305757, -24824933859, -714742428220, -22491627743504, -768696164146118, -28344822040761041, -1121925480573229737, -47442205907345238412, -2134679753840086267669 (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) = -1/n, g(n) = n^n.
LINKS
FORMULA
G.f.: exp(-Sum_{k>0} A023887(k)*x^k/k).
a(0) = 1 and a(n) = -(1/n) * Sum_{k=1..n} A023887(k)*a(n-k) for n > 0.
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, (1-k^k*x^k)^(1/k)))
CROSSREFS
Column k=0 of A294947.
Sequence in context: A048898 A034935 A337833 * A178769 A121079 A270395
KEYWORD
sign
AUTHOR
Seiichi Manyama, Nov 11 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 May 4 21:32 EDT 2024. Contains 372257 sequences. (Running on oeis4.)