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”).

A066981
Number of residues of Lucas numbers modulo n.
2
1, 2, 3, 4, 4, 6, 7, 6, 9, 8, 7, 10, 12, 14, 7, 11, 16, 11, 12, 10, 13, 14, 19, 14, 12, 24, 27, 20, 10, 14, 19, 22, 17, 20, 13, 15, 28, 13, 24, 10, 19, 26, 33, 20, 17, 21, 15, 17, 37, 24, 31, 36, 44, 29, 16, 28, 29, 20, 37, 18, 28, 21, 33, 42, 16, 34, 51, 26, 33, 26, 44, 17, 56
OFFSET
1,2
EXAMPLE
a(15)=7, since Lucas numbers reduced modulo 15 are {1, 2, 3, 4, 7, 11, 14}.
MATHEMATICA
Table[Length[Union[Mod[LucasL[Range[500]], n]]], {n, 75}] (* Harvey P. Dale, Dec 17 2014 *)
CROSSREFS
Sequence in context: A205787 A072455 A177862 * A130043 A089266 A178993
KEYWORD
nonn
AUTHOR
Reiner Martin, Jan 26 2002
STATUS
approved