OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Tanya Khovanova, Recursive Sequences.
Index entries for linear recurrences with constant coefficients, signature (2,-1).
FORMULA
From Elmo R. Oliveira, Dec 07 2024: (Start)
G.f.: 4*(617 + 1883*x)/(1 - x)^2.
E.g.f.: 4*exp(x)*(617 + 2500*x).
a(n) = 2*a(n-1) - a(n-2) for n >= 2. (End)
MATHEMATICA
Table[10000*n+2468, {n, 0, 50}] (* Harvey P. Dale, Feb 24 2015 *)
LinearRecurrence[{2, -1}, {2468, 12468}, 50] (* Vincenzo Librandi, Aug 16 2017 *)
PROG
(Magma) [10000*n+2468: n in [0..50]]; // Vincenzo Librandi, Aug 16 2017
CROSSREFS
KEYWORD
easy,nonn,less,changed
AUTHOR
Giovanni Teofilatto, Feb 25 2005
STATUS
approved