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

%I #8 Sep 25 2022 09:33:26

%S 0,1,9,172,5181,214196,11279542,722242795,54482959375,4732518179422,

%T 465226448603533,51061919634063284,6189640391474229790,

%U 821277806639279795053,118394082630978607655201,18426248367244130561233924,3079294928622816257125500821

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

%F a(n) = Sum_{k=1..n} (n+3*k)^(k-1) * Stirling2(n,k).

%o (PARI) a(n) = sum(k=1, n, (n+3*k)^(k-1)*stirling(n, k, 2));

%Y Cf. A052888, A357346, A357347.

%K nonn

%O 0,3

%A _Seiichi Manyama_, Sep 25 2022

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 July 15 19:27 EDT 2024. Contains 374334 sequences. (Running on oeis4.)