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!)
A375833 E.g.f. satisfies A(x) = 1/(1 - x*(exp(x^2*A(x)) - 1)). 0
1, 0, 0, 6, 0, 60, 1440, 840, 100800, 1829520, 6350400, 419459040, 7125148800, 72657224640, 3691516308480, 66691652227200, 1362335156582400, 60600254383468800, 1285478183493504000, 40463468995171622400, 1701073478756171520000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} (n-k)! * Stirling2(k,n-2*k)/( k! * (k+1)! ).
PROG
(PARI) a(n) = n!*sum(k=0, n\2, (n-k)!*stirling(k, n-2*k, 2)/(k!*(k+1)!));
CROSSREFS
Cf. A371304.
Sequence in context: A375561 A375831 A375830 * A375832 A051767 A199044
KEYWORD
nonn,new
AUTHOR
Seiichi Manyama, Aug 30 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 September 8 02:36 EDT 2024. Contains 375749 sequences. (Running on oeis4.)