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