OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (2,-1).
FORMULA
From R. J. Mathar and Omar E. Pol, Sep 19 2008: (Start)
a(n) = 2*A017605(n).
G.f.: 2(7+5*x)/(1-x)^2. (End)
MATHEMATICA
Range[14, 2000, 24] (* Vladimir Joseph Stephan Orlovsky, Jun 14 2011 *)
PROG
(PARI) a(n)=24*n+14 \\ Charles R Greathouse IV, Jun 14 2011
(Magma) [24*n + 14: n in [0..50]]; // Vincenzo Librandi, Aug 08 2011
CROSSREFS
KEYWORD
nonn,less,easy
AUTHOR
Paul Curtz, Sep 17 2008
EXTENSIONS
Edited by N. J. A. Sloane, Sep 19 2008
STATUS
approved