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

A036191
Log base 6 (n) mod 151.
1
0, 70, 81, 140, 112, 1, 67, 60, 12, 32, 94, 71, 41, 137, 43, 130, 58, 82, 90, 102, 148, 14, 115, 141, 74, 111, 93, 57, 114, 113, 28, 50, 25, 128, 29, 2, 16, 10, 122, 22, 51, 68, 8, 84, 124, 35, 26, 61, 134, 144, 139, 31, 129, 13, 56, 127, 21, 34, 30, 33, 119
OFFSET
1,2
REFERENCES
I. M. Vinogradov, Elements of Number Theory, p. 220ff.
LINKS
MAPLE
with (numtheory): seq(mlog(n, 6, 151), n=1..150); # Georg Fischer, Mar 09 2020
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[6, 151, {n}]; Array[a, 150] (* Vincenzo Librandi, Mar 14 2020 *)
CROSSREFS
Sequence in context: A256082 A345487 A114838 * A165632 A295807 A136117
KEYWORD
nonn,fini,full
AUTHOR
STATUS
approved