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

A036200
Log base 2 (n) mod 197.
1
0, 1, 181, 2, 89, 182, 146, 3, 166, 90, 29, 183, 25, 147, 74, 4, 159, 167, 154, 91, 131, 30, 120, 184, 178, 26, 151, 148, 36, 75, 141, 5, 14, 160, 39, 168, 192, 155, 10, 92, 110, 132, 78, 31, 59, 121, 66, 185, 96, 179, 144, 27, 72, 152, 118, 149, 139, 37, 8
OFFSET
1,3
REFERENCES
I. M. Vinogradov, Elements of Number Theory, p. 220ff.
LINKS
MAPLE
with (numtheory): seq(mlog(n, 2, 197), n=1..196); # Georg Fischer, Mar 10 2020
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[2, 197, {n}]; Array[a, 196] (* Vincenzo Librandi, Mar 23 2020 *)
CROSSREFS
Sequence in context: A236235 A225349 A074811 * A357657 A253432 A218977
KEYWORD
nonn,fini,full
STATUS
approved