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
1, 3, 347, 10707908, 72078431500368, 103279205595241909409817, 32276238007289208146779304321387283, 2246642168097747174860193404728752903216792387572, 35410884110668229233891981980646482609768612036854978171150794831 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(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))}
for(n=0, 10, print1(a(n), ", "))
CROSSREFS
Sequence in context: A234607 A057121 A039515 * A037302 A341229 A157591
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 08 2012
STATUS
approved

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 March 29 03:51 EDT 2024. Contains 371264 sequences. (Running on oeis4.)