login
A370724
Determinant of n X n Fibonacci word matrix.
1
1, 0, -1, 1, -1, 2, 0, 3, 3, 27, 0, 4, 0, 5, 5, 198, 0, 618, 7, 7, 0, 8, 0, 9, 2295, 74349, 0, 18970, -28160, 11, -178717, 12, 0, 57132, -13, 13, -3247328, 14, -1580068, 122895, -94575, 19711504, 0, 111678928, -4001885, 5302759, -4875304727, 18, 0, 194717339, 19
OFFSET
0,6
COMMENTS
Take the first n terms of A003849 and form an n X n matrix by rotating these n terms 1 place to the left in each new row (i.e., a circulant matrix). This sequence is the determinant of the resulting matrix.
FORMULA
Conjectures: a(F(n)) = +-F(n-2) where F(n) is the n-th Fibonacci number, and a(L(n)) = +-L(n-2) where L(n) is the n-th Lucas number.
EXAMPLE
For n=5 the first 5 terms are [0,1,0,0,1] and the resulting matrix is [[0,1,0,0,1],[1,0,1,0,0],[0,1,0,1,0],[0,0,1,0,1],[1,0,0,1,0]]. Its determinant is 2.
CROSSREFS
KEYWORD
sign
AUTHOR
Jeffrey Shallit, Feb 28 2024
STATUS
approved