A268613 Lucas numbers mod 20.
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
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000
Programs
-
Magma
[Lucas(n) mod 20: n in [0..100]]; // Vincenzo Librandi, Feb 09 2016
-
Mathematica
Table[Mod[LucasL[n],20],{n,0,100}] PadRight[{},120,{2,1,3,4,7,11,18,9,7,16,3,19}] (* Harvey P. Dale, Jul 06 2025 *)
Formula
a(n+12) = a(n).
Comments