OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..5000
Tanya Khovanova, Recursive Sequences
Index entries for linear recurrences with constant coefficients, signature (2,-1).
FORMULA
G.f.: (3*x + 4)/(1-x)^2. - Vincenzo Librandi, Jan 27 2013
MATHEMATICA
Range[4, 1000, 7] (* Vladimir Joseph Stephan Orlovsky, Jun 25 2009 *)
CoefficientList[Series[(3*x + 4)/(1 - x)^2, {x, 0, 60}], x] (* Vincenzo Librandi, Jan 27 2013 *)
PROG
(Magma) [7*n + 4: n in [0..60]]; // Vincenzo Librandi, Jun 18 2011
(PARI) a(n)=7*n+4 \\ Charles R Greathouse IV, Jul 10 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Extended by Ray Chandler, Jan 25 2005
STATUS
approved