OFFSET
1,2
LINKS
E. F. Cornelius Jr. and P. Schultz, Sequences generated by polynomials, Amer. Math. Monthly, No. 2, 2008.
FORMULA
a(n)=(n-1)!/f[n]: f[n]-> Fibonacci numbers; c(n)=1/n; B(i,j)=(-1)^(i + j)*a[j + 1]*c[i + 1]/(j!*(i - j)!) as lower triangular t(n,m)=Coefficients of characteristic polynomials of the inverse of B(i,j)
EXAMPLE
1;
2, -1;
12, -8, 1;
144, -108,20, -1;
3600, -2844, 608, -45, 1;
172800, -140112, 32028, -2768, 93, -1;
15724800, -12922992, 3054660, -283916, 11231, -184, 1;
CROSSREFS
KEYWORD
AUTHOR
Roger L. Bagula, Feb 13 2008
STATUS
approved