OFFSET
0,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..595
Index entries for linear recurrences with constant coefficients, signature (48,-48,1).
FORMULA
G.f.: (2 +29*x -x^2 )/( (1-x)*(x^2-47*x+1) ). - R. J. Mathar, Oct 26 2015
MATHEMATICA
LinearRecurrence[{48, -48, 1}, {2, 125, 5903}, 50] (* or *) Table[ (Fibonacci[8*n+6]-2)/3, {n, 0, 30}] (* G. C. Greubel, Dec 02 2017 *)
PROG
(PARI) for(n=0, 30, print1((fibonacci(8*n+8) - 2)/3, ", ")) \\ G. C. Greubel, Dec 02 2017
(Magma) [(Fibonacci(8*n+6) - 2)/3: n in [0..30]]; // G. C. Greubel, Dec 02 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Description corrected by and more terms from James A. Sellers, Jan 20 2000
STATUS
approved