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!)
A371141 E.g.f. satisfies A(x) = 1 - x*A(x)^3 * log(1 - x). 2
1, 0, 2, 3, 80, 390, 10764, 104160, 3162144, 48889008, 1647798480, 35939566080, 1347110453952, 38272507827840, 1593399505840128, 55860824012535360, 2575479834957911040, 107239963351030433280, 5453101063482843276288, 262319113586136087567360 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} (3*k)!/(2*k+1)! * |Stirling1(n-k,k)|/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n\2, (3*k)!/(2*k+1)!*abs(stirling(n-k, k, 1))/(n-k)!);
CROSSREFS
Cf. A367158.
Sequence in context: A306195 A091825 A166091 * A370993 A371228 A068185
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 12 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 17 10:03 EDT 2024. Contains 374375 sequences. (Running on oeis4.)