OFFSET
1,1
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..220
Index entries for linear recurrences with constant coefficients, signature (33710,-1).
FORMULA
a(n+2) = 33710*a(n+1)-a(n).
a(n) = 1849*A145335(n). - Colin Barker, Oct 20 2014
G.f.: -12943*x*(x-1) / (x^2-33710*x+1). - Colin Barker, Oct 19 2014
EXAMPLE
a(1)=12943 because the first relation is : (1118+43)^3-1118^3=12943^2.
MATHEMATICA
LinearRecurrence[{33710, -1}, {12943, 436295587}, 10] (* Paolo Xausa, Jan 17 2024 *)
PROG
(PARI) Vec(-12943*x*(x-1)/(x^2-33710*x+1) + O(x^20)) \\ Colin Barker, Oct 19 2014
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Richard Choulet, Oct 08 2008
STATUS
approved