login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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