This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A121425 #6 Mar 30 2012 18:36:58 %S A121425 1,2,12,118,1605,27816,585046,14459138,410368743,13146830110, %T A121425 469123986529,18447791712945,792514583941223,36925394368325295, %U A121425 1854525584914459755,99872579714406393286,5740977285851988017769 %N A121425 Main diagonal of rectangular table A121424. %C A121425 Also main diagonal of square array A136733. %F A121425 a(n) = [A121412^(n+1)](n,0) for n>=0; i.e., (n+1)-th term of column 0 in matrix power A121412^(n+1). %o A121425 (PARI) {a(n)=local(H=Mat(1), B); for(m=1, n+1, B=matrix(m, m); for(i=1, m, for(j=1, i, if(j==i, B[i, j]=1, B[i, j]=(H^i)[i-1, j]); )); H=B); return((H^(n+1))[n+1, 1])} %Y A121425 Cf. A121424, A121412. %Y A121425 Cf. A136733; A101483, A121418, A121421. %K A121425 nonn %O A121425 0,2 %A A121425 _Paul D. Hanna_, Aug 26 2006 %E A121425 Edited by _N. J. A. Sloane_, Oct 30 2008 at the suggestion of R. J. Mathar