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!)
A361096 E.g.f. satisfies A(x) = exp( 1/(1 - x/A(x)^2) - 1 ). 6
1, 1, -1, 1, 17, -339, 4999, -63587, 566145, 3549241, -405637489, 15518099961, -446235202799, 9617693853925, -75522664207017, -7341781870733099, 596513949276803969, -30104875035438797583, 1144712508931072057375, -27381639204739332379151 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} (-2*n+1)^(k-1) * binomial(n-1,n-k)/k!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (-2*n+1)^(k-1)*binomial(n-1, n-k)/k!);
CROSSREFS
Sequence in context: A009046 A012112 A294435 * A137246 A171860 A324449
KEYWORD
sign
AUTHOR
Seiichi Manyama, Mar 01 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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)