OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (1454,-1).
FORMULA
a(n+2) = 1454*a(n+1)-a(n).
a(n) = A145529(n)*8281. - Colin Barker, Oct 20 2014
G.f.: -8281*x*(x-1) / (x^2-1454*x+1). - Colin Barker, Oct 20 2014
EXAMPLE
a(1)=8281 because the first relation is (455+91)^3-455^3=8281^2.
MATHEMATICA
LinearRecurrence[{1454, -1}, {8281, 12032293}, 15] (* Paolo Xausa, Jan 17 2024 *)
PROG
(PARI) Vec(-8281*x*(x-1)/(x^2-1454*x+1) + O(x^20)) \\ Colin Barker, Oct 20 2014
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Richard Choulet, Oct 12 2008
EXTENSIONS
Editing and more terms from Colin Barker, Oct 20 2014
STATUS
approved