A121421 Column 0 of triangle A121420.
1, 3, 12, 76, 711, 9054, 147471, 2938176, 69328365, 1891371807, 58575539361, 2030011517685, 77827890696820, 3270046577551695, 149407542447596319, 7374639622066056408, 391044078030333899385, 22168014954558449549349
Offset: 0
Keywords
Crossrefs
Programs
-
PARI
{a(n)=local(A=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]=(A^i)[i-1, j]); )); A=B); return((A^3)[n+1, 1])}
Extensions
Edited by N. J. A. Sloane, Oct 30 2008 at the suggestion of R. J. Mathar
Comments