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!)
A371147 E.g.f. satisfies A(x) = 1/(1 - x*A(x))^(x^2*A(x)^2). 0
1, 0, 0, 6, 12, 40, 2700, 21168, 173040, 7611840, 125415360, 1848591360, 71211998880, 1844075600640, 41500836336960, 1609925690419200, 55708371912211200, 1719475797882286080, 72091120665964654080, 3046645011228998860800, 119757727692451283097600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/3)} (n+1)^(k-1) * |Stirling1(n-2*k,k)|/(n-2*k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n\3, (n+1)^(k-1)*abs(stirling(n-2*k, k, 1))/(n-2*k)!);
CROSSREFS
Sequence in context: A371233 A356970 A371138 * A370994 A371234 A371235
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 July 29 20:04 EDT 2024. Contains 374734 sequences. (Running on oeis4.)