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!)
A209426 Central terms of triangle A209424. 2

%I #4 Mar 30 2012 18:37:38

%S 1,3,347,10707908,72078431500368,103279205595241909409817,

%T 32276238007289208146779304321387283,

%U 2246642168097747174860193404728752903216792387572,35410884110668229233891981980646482609768612036854978171150794831

%N Central terms of triangle A209424.

%o (PARI) {a(n)=polcoeff(polcoeff(exp(sum(m=1,2*n,x^m/m*sum(k=0,m,binomial(m,k)^m*y^k))+x*O(x^(2*n))),2*n,x),n,y))}

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

%Y Cf. A209424, A209425.

%K nonn

%O 0,2

%A _Paul D. Hanna_, Mar 08 2012

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 2 10:51 EDT 2024. Contains 372196 sequences. (Running on oeis4.)