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

%I #8 Mar 27 2016 03:35:25

%S 1,2,24,580,21420,1068480,67189248,5098406400,453030209280,

%T 46120247659200,5290918350734016,675157532791996800,

%U 94836990558591590400,14538639675855504384000,2415072877848471727687680

%N Main diagonal of table A128570.

%C Limit n->infinity (a(n)/n!)^(1/n) = 12.67567... . - _Vaclav Kotesovec_, Mar 19 2016

%H Vaclav Kotesovec, <a href="/A128578/b128578.txt">Table of n, a(n) for n = 0..350</a>

%o (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)}

%Y Cf. A128570 (triangle), rows: A128318, A128571, A128572, A128573, A128574, A128575, A128576; A128577 (square of row 0), A128579 (antidiagonal sums).

%K nonn

%O 0,2

%A _Paul D. Hanna_, Mar 11 2007

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 8 19:26 EDT 2024. Contains 372341 sequences. (Running on oeis4.)