OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (24302,-1).
FORMULA
a(n+2) = 24302*a(n+1)-a(n).
G.f.: -6727*x*(x-1) / (x^2-24302*x+1). - Colin Barker, Oct 17 2014
EXAMPLE
a(1)=6727 because the first relation is : (682+31)^3-682^3=6727^2.
MATHEMATICA
LinearRecurrence[{24302, -1}, {6727, 163472827}, 10] (* Paolo Xausa, Jan 17 2024 *)
PROG
(PARI) Vec(-6727*x*(x-1)/(x^2-24302*x+1) + O(x^20)) \\ Colin Barker, Oct 17 2014
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Richard Choulet, Oct 07 2008
EXTENSIONS
a(9) from Colin Barker, Oct 17 2014
STATUS
approved