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!)
A128578 Main diagonal of table A128570. 10
1, 2, 24, 580, 21420, 1068480, 67189248, 5098406400, 453030209280, 46120247659200, 5290918350734016, 675157532791996800, 94836990558591590400, 14538639675855504384000, 2415072877848471727687680 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Limit n->infinity (a(n)/n!)^(1/n) = 12.67567... . - Vaclav Kotesovec, Mar 19 2016
LINKS
PROG
(PARI) {a(n)=local(A=1+(2*n+1)*x); for(j=0, n, A=1+(2*n+1-j)*x*A^2 +x*O(x^n)); polcoeff(A, n)}
CROSSREFS
Cf. A128570 (triangle), rows: A128318, A128571, A128572, A128573, A128574, A128575, A128576; A128577 (square of row 0), A128579 (antidiagonal sums).
Sequence in context: A014298 A280794 A090316 * A186632 A089835 A210909
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 11 2007
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 June 2 11:11 EDT 2024. Contains 373040 sequences. (Running on oeis4.)