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!)
A367154 E.g.f. satisfies A(x) = 2 - exp(-x*A(x)^3). 2
1, 1, 5, 46, 611, 10486, 217817, 5232298, 139988039, 4014151966, 116960920469, 3089842957378, 42760230799211, -3590078035238330, -540748879852479439, -53293187072033883494, -4741372656403996001905, -409753919036526362138834 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (3*n)! * Sum_{k=0..n} (-1)^(n-k) * Stirling2(n,k)/(3*n-k+1)!.
PROG
(PARI) a(n) = (3*n)!*sum(k=0, n, (-1)^(n-k)*stirling(n, k, 2)/(3*n-k+1)!);
CROSSREFS
Sequence in context: A367256 A159608 A167559 * A121631 A071214 A052873
KEYWORD
sign
AUTHOR
Seiichi Manyama, Nov 07 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 June 4 03:29 EDT 2024. Contains 373089 sequences. (Running on oeis4.)