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!)
A356787 E.g.f. satisfies A(x) = 1/(1 - x * A(x))^(x * A(x)^3). 5
1, 0, 2, 3, 116, 630, 24054, 273000, 11105072, 207213552, 9175467960, 245785969440, 11954556125544, 421832039016960, 22609694372667024, 991695134898861120, 58565049582761702400, 3065736317041568378880, 199024242549235933723200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} (n+2*k+1)^(k-1) * |Stirling1(n-k,k)|/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n\2, (n+2*k+1)^(k-1)*abs(stirling(n-k, k, 1))/(n-k)!);
CROSSREFS
Sequence in context: A371023 A084755 A215238 * A371146 A127819 A152838
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 27 2022
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 2 23:14 EDT 2024. Contains 372203 sequences. (Running on oeis4.)