login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A268613
Lucas numbers mod 20.
2
2, 1, 3, 4, 7, 11, 18, 9, 7, 16, 3, 19, 2, 1, 3, 4, 7, 11, 18, 9, 7, 16, 3, 19, 2, 1, 3, 4, 7, 11, 18, 9, 7, 16, 3, 19, 2, 1, 3, 4, 7, 11, 18, 9, 7, 16, 3, 19, 2, 1, 3, 4, 7, 11, 18, 9, 7, 16, 3, 19, 2, 1, 3, 4, 7, 11, 18, 9, 7, 16, 3, 19, 2, 1, 3, 4, 7, 11, 18, 9, 7, 16, 3, 19, 2, 1, 3, 4, 7, 11, 18, 9, 7, 16, 3, 19, 2, 1, 3, 4, 7, 11
OFFSET
0,1
COMMENTS
Sequence of period 12.
This is one of four sequences that are period 12 of the form Lucas[n] Mod x, where x is 8,10,20,40.
LINKS
FORMULA
a(n+12) = a(n).
MATHEMATICA
Table[Mod[LucasL[n], 20], {n, 0, 100}]
PROG
(Magma) [Lucas(n) mod 20: n in [0..100]]; // Vincenzo Librandi, Feb 09 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
G. C. Greubel, Feb 08 2016
STATUS
approved