OFFSET
0,2
LINKS
FORMULA
From R. J. Mathar, Mar 23 2010: (Start)
a(n) = 5*a(n-3), n>5.
G.f.: (3*x^3+6*x^4+4*x^5+1+2*x+4*x^2)/(1-5*x^3). (End)
Sum_{n>=0} 1/a(n) = 391/192. - Amiram Eldar, Jan 14 2024
MATHEMATICA
Join[{1, 2, 4}, LinearRecurrence[{0, 0, 5}, {8, 16, 24}, 40]] (* Harvey P. Dale, Dec 08 2011 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, May 06 2008
EXTENSIONS
Edited by Charles R Greathouse IV, Mar 18 2010
More terms from Harvey P. Dale, Dec 08 2011
STATUS
approved