A350926 a(0) = 1, a(1) = 17, and a(n) = 23*a(n-1) - a(n-2) - 4 for n >= 2.
1, 17, 386, 8857, 203321, 4667522, 107149681, 2459775137, 56467678466, 1296296829577, 29758359401801, 683145969411842, 15682598937070561, 360016629583211057, 8264699881476783746, 189728080644382815097, 4355481154939327963481, 99986338482960160344962, 2295330303953144359970641
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (24,-24,1).
Crossrefs
Programs
-
Mathematica
LinearRecurrence[{24,-24,1},{1,17,386},20] (* Harvey P. Dale, Jun 12 2022 *)
Formula
G.f.: (1 - 7*x + 2*x^2)/((1 - x)*(1 - 23*x + x^2)). - Stefano Spezia, Jan 22 2022
Comments