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

A036206
Log base 3 (n) mod 233.
1
0, 72, 1, 144, 165, 73, 222, 216, 2, 5, 197, 145, 158, 62, 166, 56, 103, 74, 136, 77, 223, 37, 112, 217, 98, 230, 3, 134, 132, 6, 182, 128, 198, 175, 155, 146, 8, 208, 159, 149, 85, 63, 25, 109, 167, 184, 139, 57, 212, 170, 104, 70, 195, 75, 130, 206, 137
OFFSET
1,2
REFERENCES
I. M. Vinogradov, Elements of Number Theory, p. 220ff.
LINKS
MAPLE
with (numtheory): seq(mlog(n, 3, 233), n=1..232); # Georg Fischer, Mar 10 2020
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[3, 233, {n}]; Array[a, 232] (* Vincenzo Librandi, Mar 20 2020 *)
CROSSREFS
Sequence in context: A228095 A373705 A036186 * A249700 A036178 A036187
KEYWORD
nonn,fini,full
STATUS
approved