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!)
A360442 E.g.f. satisfies A(x) = x * exp( -A(x) + x * exp(-A(x)) ). 2
0, 1, 0, -6, 36, -20, -2730, 38178, -93688, -7711272, 184968810, -1036880570, -66424040628, 2427958996164, -24081426198466, -1271591203182510, 66942964987695120, -1027559316530335952, -45046737788036457006, 3332345692967904801438 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=1..n} k^(n-k) * (-n)^(k-1) * binomial(n,k).
PROG
(PARI) a(n) = sum(k=1, n, k^(n-k)*(-n)^(k-1)*binomial(n, k));
CROSSREFS
Sequence in context: A250202 A036125 A001311 * A137868 A070401 A330681
KEYWORD
sign
AUTHOR
Seiichi Manyama, Feb 09 2023
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)