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

%I #8 Aug 15 2023 07:41:57

%S 1,1,2,21,220,3545,70566,1702267,48438104,1582227873,58475787850,

%T 2410935939731,109728296017572,5464423604085745,295562179335075758,

%U 17255009243888243115,1081438061864539992496,72422934220506772042817,5161269584065131270532242

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

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

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

%Y Cf. A161631, A364978.

%K nonn

%O 0,3

%A _Seiichi Manyama_, Aug 15 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 19 02:21 EDT 2024. Contains 375284 sequences. (Running on oeis4.)