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!)
A371273 E.g.f. satisfies A(x) = 1 + x*A(x)^4 * (exp(x*A(x)^3) - 1). 0
1, 0, 2, 3, 172, 1025, 54606, 710017, 38964024, 855167553, 49992166090, 1603665906161, 101454726848388, 4342187407054081, 299554876119595110, 16084216120063348545, 1213404824364026124016, 78279943651487041769345, 6456915976418046368634402 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (n!/(3*n+1)!) * Sum_{k=0..floor(n/2)} (3*n+k)! * Stirling2(n-k,k)/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n\2, (3*n+k)!*stirling(n-k, k, 2)/(n-k)!)/(3*n+1)!;
CROSSREFS
Cf. A371232.
Sequence in context: A115231 A371231 A042369 * A328257 A042701 A371232
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 16 2024
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 3 22:57 EDT 2024. Contains 372225 sequences. (Running on oeis4.)