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

A036188
Log base 3 (n) mod 137.
1
0, 10, 1, 20, 75, 11, 42, 30, 2, 85, 122, 21, 25, 52, 76, 40, 38, 12, 46, 95, 43, 132, 125, 31, 14, 35, 3, 62, 91, 86, 73, 50, 123, 48, 117, 22, 102, 56, 26, 105, 119, 53, 97, 6, 77, 135, 19, 41, 84, 24, 39, 45, 131, 13, 61, 72, 47, 101, 104, 96, 134, 83, 44
OFFSET
1,2
REFERENCES
I. M. Vinogradov, Elements of Number Theory, p. 220ff
LINKS
MAPLE
with(numtheory): seq(mlog(n, 3, 137), n=1..136); # Georg Fischer, Mar 09 2020
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[3, 137, {n}]; Array[a, 136] (* Vincenzo Librandi, Mar 13 2020 *)
CROSSREFS
Sequence in context: A292690 A362371 A362551 * A013617 A243002 A050999
KEYWORD
nonn,fini,full
AUTHOR
STATUS
approved