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

A036185
Log base 3 (n) mod 113.
1
0, 12, 1, 24, 83, 13, 8, 36, 2, 95, 74, 25, 22, 20, 84, 48, 5, 14, 99, 107, 9, 86, 41, 37, 54, 34, 3, 32, 89, 96, 50, 60, 75, 17, 91, 26, 67, 111, 23, 7, 94, 21, 47, 98, 85, 53, 31, 49, 16, 66, 6, 46, 52, 15, 45, 44, 100, 101, 71, 108, 102, 62, 10, 72, 105
OFFSET
1,2
REFERENCES
I. M. Vinogradov, Elements of Number Theory, p. 220ff
LINKS
MAPLE
with (numtheory): seq(mlog(n, 3, 113), n=1..112); # Georg Fischer, Mar 09 2020
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[3, 113, {n}]; Array[a, 112] (* Vincenzo Librandi, Mar 13 2020 *)
CROSSREFS
Sequence in context: A281823 A139724 A040155 * A013619 A092527 A085840
KEYWORD
nonn,fini,full
AUTHOR
STATUS
approved