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!)
A365285 E.g.f. satisfies A(x) = 1 + x*A(x)*exp(x^3*A(x)). 4

%I #10 Aug 31 2023 08:16:43

%S 1,1,2,6,48,480,5040,57960,806400,13426560,250992000,5102697600,

%T 113283878400,2760905347200,73287883468800,2093750122464000,

%U 63947194517606400,2082970788291993600,72182922107859763200,2651026034089585152000

%N E.g.f. satisfies A(x) = 1 + x*A(x)*exp(x^3*A(x)).

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

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

%Y Cf. A358065, A365286, A365287.

%Y Cf. A365282.

%K nonn

%O 0,3

%A _Seiichi Manyama_, Aug 31 2023

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 August 8 07:31 EDT 2024. Contains 375020 sequences. (Running on oeis4.)