The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A225604 G.f.: exp( Sum_{n>=1} A002426(n^2) * x^n/n ), where A002426 is the central trinomial coefficients. 1

%I #7 Aug 03 2013 19:41:35

%S 1,1,10,1056,1300253,16436676927,2026538428535847,

%T 2377041996570919354629,26137381916593225072659360863,

%U 2668615348740645885804068311893052895,2513426521807431879643802805359800329740903335,21735453667359385540995804455408000917620356989063370267

%N G.f.: exp( Sum_{n>=1} A002426(n^2) * x^n/n ), where A002426 is the central trinomial coefficients.

%F Logarithmic derivative yields A225602.

%e G.f.: A(x) = A(x) = 1 + x + 10*x^2 + 1056*x^3 + 1300253*x^4 + 16436676927*x^5 +...

%e where

%e log(A(x)) = x + 19*x^2/2 + 3139*x^3/3 + 5196627*x^4/4 + 82176836301*x^5/5 +...+ A225602(n)*x^n/n +...

%o (PARI) {A002426(n)=sum(k=0,n, binomial(n, k)*binomial(k, n-k))}

%o {a(n)=polcoeff(exp(sum(m=1,n+1,A002426(m^2)*x^m/m) +x*O(x^n)),n)}

%o for(n=0,20,print1(a(n),", "))

%Y Cf. A225602, A002426.

%K nonn

%O 0,3

%A _Paul D. Hanna_, Aug 03 2013

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 14 14:06 EDT 2024. Contains 372533 sequences. (Running on oeis4.)