OFFSET
0,2
COMMENTS
LINKS
Pedro Fernando Fernández Espinosa, Maritza Liliana Arciniegas Torres, and Camilo Andrés Acevedo Cadena, On Some Properties of Matrices with Entries Defined by Products of k-Fibonacci and k-Lucas Numbers, arXiv:2601.12644 [math.CO], 2026. See pp. 8-9.
Index entries for linear recurrences with constant coefficients, signature (9,-16,9,-1).
FORMULA
G.f.: x*(3 - 10*x + 2*x^2)/((1 - x)^2*(1 - 7*x + x^2)).
a(n) = 9*a(n-1) - 16*a(n-2) + 9*a(n-3) - a(n-4) for n > 3.
EXAMPLE
a(3) = 107:
[3, 12, 88]
[1, 14, 88]
[1, 12, 90]
MATHEMATICA
a[n_]:=(Fibonacci[4n+3]-Fibonacci[4n-1]+5n-1)/5; Array[a, 24, 0]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Stefano Spezia, Jan 24 2026
STATUS
approved
