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

A036209
Log base 6 (n) mod 251.
1
0, 235, 16, 220, 130, 1, 248, 205, 32, 115, 211, 236, 182, 233, 146, 190, 74, 17, 163, 100, 14, 196, 24, 221, 10, 167, 48, 218, 83, 131, 186, 175, 227, 59, 128, 2, 207, 148, 198, 85, 4, 249, 247, 181, 162, 9, 185, 206, 246, 245, 90, 152, 103, 33, 91, 203, 179
OFFSET
1,2
REFERENCES
I. M. Vinogradov, Elements of Number Theory, p. 220ff.
LINKS
MAPLE
with (numtheory): seq(mlog(n, 6, 251), n=1..250); # Georg Fischer, Mar 10 2020
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[6, 251, {n}]; Array[a, 250] (* Vincenzo Librandi, Mar 30 2020 *)
CROSSREFS
Sequence in context: A251515 A251508 A185482 * A077803 A049857 A218038
KEYWORD
nonn,fini,full
STATUS
approved