The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A371118 E.g.f. satisfies A(x) = 1 - x^2*log(1 - x*A(x)). 5
1, 0, 0, 6, 12, 40, 900, 8568, 80640, 1170720, 19625760, 335079360, 6259524480, 132897697920, 3078950434560, 75934287475200, 2010354982272000, 57241482249369600, 1735591000023336960, 55694476130213652480, 1889613850762113638400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/3)} |Stirling1(n-2*k,k)|/(n-3*k+1)!.
PROG
(PARI) a(n) = n!*sum(k=0, n\3, abs(stirling(n-2*k, k, 1))/(n-3*k+1)!);
CROSSREFS
Cf. A371116.
Sequence in context: A353228 A366752 A351503 * A355287 A362891 A371302
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 11 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 June 11 19:50 EDT 2024. Contains 373317 sequences. (Running on oeis4.)