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

A036205
Log base 6 (n) mod 229.
1
0, 21, 208, 42, 98, 1, 107, 63, 188, 119, 162, 22, 117, 128, 78, 84, 60, 209, 92, 140, 87, 183, 109, 43, 196, 138, 168, 149, 145, 99, 29, 105, 142, 81, 205, 2, 220, 113, 97, 161, 59, 108, 144, 204, 58, 130, 131, 64, 214, 217, 40, 159, 132, 189, 32, 170, 72
OFFSET
1,2
REFERENCES
I. M. Vinogradov, Elements of Number Theory, p. 220ff.
LINKS
MAPLE
with (numtheory): seq(mlog(n, 6, 229), n=1..228); # Georg Fischer, Mar 10 2020
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[6, 229, {n}]; Array[a, 228] (* Vincenzo Librandi, Mar 20 2020 *)
CROSSREFS
Sequence in context: A232352 A166190 A232345 * A160787 A226465 A047646
KEYWORD
nonn,fini,full
STATUS
approved