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

%I #8 Sep 11 2022 10:07:10

%S 1,0,1,3,16,135,1246,14238,192613,2948025,51071236,985911003,

%T 20952667660,486857940660,12275673296251,333786662478363,

%U 9737819506544272,303399477464036175,10054949172135522106,353197317869395005258,13108298181041284002769

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

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

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

%Y Cf. A349588, A357089.

%K nonn

%O 0,4

%A _Seiichi Manyama_, Sep 11 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 May 29 04:03 EDT 2023. Contains 363029 sequences. (Running on oeis4.)