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!)
A349894 a(n) = Sum_{k=0..n} (-1)^(n-k) * k^(k*(n-k)). 2
1, 0, 1, -3, -10, 410, 42985, -6527829, -24060996846, -6613442955828, 3882375189467092921, 235121650953066124724477, -289337164954511885810252000250, -995208334663809003504695464745010282, 13325880481925983143500510271865447222057073 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f.: Sum_{k>=0} x^k/(1 + k^k * x).
PROG
(PARI) a(n) = sum(k=0, n, (-1)^(n-k)*k^(k*(n-k)));
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, x^k/(1+k^k*x)))
CROSSREFS
Sequence in context: A119035 A359554 A004100 * A103156 A202712 A006273
KEYWORD
sign
AUTHOR
Seiichi Manyama, Dec 04 2021
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 April 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)