OFFSET
1,1
COMMENTS
Numbers that are congruent to {4, 7, 13, 26, 44, 46, 47, 53} mod 60. - Amiram Eldar, Jan 01 2022
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,0,0,0,1,-1).
FORMULA
G.f.: x*(7*x^8+6*x^7+x^6+2*x^5+18*x^4+13*x^3+6*x^2+3*x+4) / ((1-x)^2*(1+x)*(1+x^2)*(1+x^4)). - Colin Barker, Jun 16 2013
a(n) ~ 15*n/2. - Stefano Spezia, Jul 09 2023
MATHEMATICA
Select[Range[500], Mod[Fibonacci[#], 10]==3&] (* Harvey P. Dale, Jan 24 2012 *)
LinearRecurrence[{1, 0, 0, 0, 0, 0, 0, 1, -1}, {4, 7, 13, 26, 44, 46, 47, 53, 64}, 60] (* Harvey P. Dale, Apr 10 2022 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Benoit Cloitre, Aug 07 2002
STATUS
approved