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!)
A209425 Column 2 of triangle A209424. 2
1, 12, 347, 20429, 1919660, 259227625, 47484618291, 11331926690549, 3416394867284954, 1269892206580345425, 570576180005762038644, 304859737124260849580998, 191049110542296621467314753, 138786261071300963667336947034, 115691448070469092032508527982414 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
PROG
(PARI) {a(n)=polcoeff(polcoeff(exp(sum(m=1, n, x^m/m*sum(k=0, m, binomial(m, k)^m*y^k))+x*O(x^n)), n, x), 2, y)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Sequence in context: A024297 A077296 A080481 * A171206 A219407 A203148
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 May 13 01:02 EDT 2024. Contains 372497 sequences. (Running on oeis4.)