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
MAPLE
MATHEMATICA
Range[3, 600, 7] (* Vladimir Joseph Stephan Orlovsky, May 27 2011 *)
PROG
(Magma) [7*n+3: n in [0..60]]; // Vincenzo Librandi, May 28 2011
(PARI) a(n)=7*n+3 \\ Charles R Greathouse IV, Jul 02 2013
(SageMath) [7*n+3 for n in range(80)] # G. C. Greubel, Oct 17 2023
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved