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!)
A371304 E.g.f. satisfies A(x) = 1/(1 - x^2*(exp(x*A(x)) - 1)). 1

%I #12 Mar 18 2024 12:52:08

%S 1,0,0,6,12,20,1470,12642,70616,2131992,39352410,470186750,

%T 11032124532,295053244356,5896487364950,146264289411450,

%U 4625791393554480,130492119237611312,3837833086814864946,135471306780659593206,4800394977109827314060

%N E.g.f. satisfies A(x) = 1/(1 - x^2*(exp(x*A(x)) - 1)).

%F a(n) = n! * Sum_{k=0..floor(n/3)} (n-k)! * Stirling2(n-2*k,k)/( (n-2*k)! * (n-2*k+1)! ).

%o (PARI) a(n) = n!*sum(k=0, n\3, (n-k)!*stirling(n-2*k, k, 2)/((n-2*k)!*(n-2*k+1)!));

%Y Cf. A370989, A371139.

%Y Cf. A358013, A371302.

%K nonn

%O 0,4

%A _Seiichi Manyama_, Mar 18 2024

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 4 19:52 EDT 2024. Contains 375685 sequences. (Running on oeis4.)