OFFSET
0,5
FORMULA
Form the n X n Hankel matrices F(i+j-1), 1<=i, j<=n for the Fibonacci numbers and take the characteristic polynomials of these matrices. Triangle rows give coefficients of these characteristic polynomials. (Construction described by Michael Somos in A064831). Diagonal is (-1)^n*F(2n+2). Subdiagonal is A064831. Row sums are A110034. The unsigned matrix has row sums A110035.
EXAMPLE
Rows begin
1;
-1,1;
1,-3,1;
0,3,-8,1;
0,0,9,-21,1;
0,0,0,24,-55,1;
0,0,0,0,64,-144,1;
0,0,0,0,0,168,-377,1;
CROSSREFS
KEYWORD
sign,tabl
AUTHOR
Paul Barry, Jul 08 2005
STATUS
approved