OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (591,-591,1).
FORMULA
a(n+2) = 590*a(n+1) - a(n) + 10868.
From Elmo R. Oliveira, May 12 2026: (Start)
a(n) = 37*A145700(n).
a(n) = 591*a(n-1) - 591*a(n-2) + a(n-3). (End)
EXAMPLE
a(1)=111 because the first relation is (111+37)^3 - 111^3 = 1369^2.
MATHEMATICA
CoefficientList[Series[(37 (-3-295 x+4 x^2))/(-1+591 x-591 x^2+x^3), {x, 0, 10}], x] (* Harvey P. Dale, Feb 20 2011 *)
PROG
(PARI) Vec(37*x*(-4*x^2 + 295*x + 3)/(-x^3 + 591*x^2 - 591*x + 1)+O(x^99)) \\ Charles R Greathouse IV, May 28 2014
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Richard Choulet, Oct 16 2008
EXTENSIONS
More terms from Elmo R. Oliveira, May 12 2026
STATUS
approved
