OFFSET
1,1
LINKS
Robert Israel, Table of n, a(n) for n = 1..316
Index entries for linear recurrences with constant coefficients, signature (1455, -1455, 1).
FORMULA
a(n+2)=1454*a(n+1)-a(n)+66066.
a(1)=455, a(2)=728182, a(3)=1058842239, a(n)=1455*a(n-1)-1455*a(n-2)+ a(n-3). - Harvey P. Dale, Jun 22 2011
G.f.: (91*x*(-5-727*x+6*x^2))/(-1+1455*x-1455*x^2+x^3). - Harvey P. Dale, Jun 22 2011
EXAMPLE
a(1)=455 because the first relation is (455+91)^3 - 455^3 = 8281^2.
MAPLE
f:= gfun:-rectoproc({a(n+2)=1454*a(n+1)-a(n)+66066, a(1)=455, a(2)=728182}, a(n), remember):
map(f, [$1..20]); # Robert Israel, Sep 24 2017
MATHEMATICA
LinearRecurrence[{1455, -1455, 1}, {455, 728182, 1058842239}, 20] (* or *) CoefficientList[Series[(91 (-5-727 x+6 x^2))/(-1+1455 x-1455 x^2+x^3), {x, 0, 20}], x] (* Harvey P. Dale, Jun 22 2011 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Richard Choulet, Oct 12 2008
STATUS
approved