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!)
A371146 E.g.f. satisfies A(x) = 1/(1 - x*A(x)^2)^(x*A(x)^2). 0
1, 0, 2, 3, 116, 690, 24714, 315840, 11919088, 250812072, 10389272040, 310700914920, 14351129171400, 557402214180240, 28831564284582864, 1372162923004025880, 79345973798740154880, 4450055092134985771200, 286324089075857021558976 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} (2*n+1)^(k-1) * |Stirling1(n-k,k)|/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n\2, (2*n+1)^(k-1)*abs(stirling(n-k, k, 1))/(n-k)!);
CROSSREFS
Cf. A371023.
Sequence in context: A084755 A215238 A356787 * A127819 A152838 A208247
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 13 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 August 22 12:25 EDT 2024. Contains 375369 sequences. (Running on oeis4.)