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!)
A360989 E.g.f. satisfies A(x) = exp(x / A(-x)^2). 4
1, 1, 5, 1, -231, 81, 55453, -40431, -30313231, 33477985, 29630916981, -43713004191, -45378051616631, 83666428734513, 100216964952070541, -221570666935625999, -301515678925659598623, 777062158771833364929, 1185517627245415533666277 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-2*n + 2*k + 1)^(k-1) * (2*k)^(n-k) * binomial(n,k).
PROG
(PARI) a(n) = sum(k=0, n, (-2*n+2*k+1)^(k-1)*(2*k)^(n-k)*binomial(n, k));
CROSSREFS
Sequence in context: A272755 A293572 A294257 * A162227 A075266 A094096
KEYWORD
sign
AUTHOR
Seiichi Manyama, Feb 27 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 July 13 21:44 EDT 2024. Contains 374288 sequences. (Running on oeis4.)