A165987 a(n) is the trace of the matrix f(X + n*f(X))/f(X), where X is the 2 X 2 matrix [-13, 17; 31, 97] and f(x) = x^3 - 5*x + 67.
1099258818702, 8792791182238, 29674231047422, 70337212371066, 137375369109982, 237382335220982, 376951744660878, 562677231386482, 801152429354606, 1098970972522062, 1462726494845662, 1899012630282218, 2414423012788542, 3015551276321446, 3708991054837742
Offset: 1
Links
- Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
Programs
-
Maple
with(LinearAlgebra): f:= x-> x^3-5*x+67: a:= n-> (X-> Trace(f(X+n*f(X)).f(X)^(-1)))(<<-13|17>, <31|97>>): seq(a(n), n=1..15); # Alois P. Heinz, Mar 13 2024
Formula
G.f.: 2*(549309615337*x^3+2197877953721*x^2+549629409347*x+1)/(x-1)^4. - Alois P. Heinz, Mar 13 2024
Extensions
a(5)-a(15) added and edited by Alois P. Heinz, Mar 13 2024
Comments