The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A361097 E.g.f. satisfies A(x) = exp( 1/(1 - x/A(x)^3) - 1 ). 6
1, 1, -3, 22, -251, 3816, -71207, 1542640, -36997431, 929097856, -22062115979, 334968255744, 13395424571725, -2177817789105152, 201597999475333329, -16622491076645341184, 1332634806870147259537, -107073894723559010304000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} (-3*n+1)^(k-1) * binomial(n-1,n-k)/k!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (-3*n+1)^(k-1)*binomial(n-1, n-k)/k!);
CROSSREFS
Sequence in context: A136741 A132693 A367845 * A143634 A054595 A054594
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 May 15 06:37 EDT 2024. Contains 372538 sequences. (Running on oeis4.)