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

%I #8 Mar 09 2024 08:16:24

%S 1,0,0,6,24,60,1560,25410,242256,3508344,85882320,1724406750,

%T 32784999720,839182482996,24162605028744,659439484706730,

%U 19415319297457440,658935736181053680,23245444335085544736,835819877947421773494,32462532011236141677240

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

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

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

%Y Cf. A370985, A371019, A371044, A371045.

%Y Cf. A365286.

%K nonn

%O 0,4

%A _Seiichi Manyama_, Mar 09 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 August 8 15:12 EDT 2024. Contains 375022 sequences. (Running on oeis4.)