OFFSET
0,2
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.: -x*(29+x) / ( (x-1)*(x^2-47*x+1) ).
MATHEMATICA
LinearRecurrence[{48, -48, 1}, {0, 29, 1393}, 50] (* or *) Table[( Fibonacci[8*n+3] - 2)/3, {n, 0, 30}] (* G. C. Greubel, Dec 02 2017 *)
PROG
(PARI) for(n=0, 30, print1((fibonacci(8*n+3) - 2)/3, ", ")) \\ G. C. Greubel, Dec 02 2017
(Magma) [(Fibonacci(8*n+3) - 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 Michael Somos
STATUS
approved