OFFSET
0,1
COMMENTS
Pisot sequences E(5,6), P(5,6), T(5,6).
LINKS
Tanya Khovanova, Recursive Sequences.
Index entries for linear recurrences with constant coefficients, signature (2,-1).
FORMULA
a(n) = n + 5.
a(n) = 2*a(n-1) - a(n-2).
From Elmo R. Oliveira, Dec 06 2024: (Start)
G.f.: (5 - 4*x)/(1 - x)^2.
E.g.f.: (5 + x)*exp(x). (End)
MATHEMATICA
Range[0, 80]+5 (* Harvey P. Dale, Oct 12 2016 *)
PROG
(PARI) a(n)=n+5
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved