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

A036190
Log base 2 (n) mod 149.
1
0, 1, 87, 2, 104, 88, 142, 3, 26, 105, 109, 89, 53, 143, 43, 4, 124, 27, 84, 106, 81, 110, 95, 90, 60, 54, 113, 144, 120, 44, 132, 5, 48, 125, 98, 28, 72, 85, 140, 107, 41, 82, 93, 111, 130, 96, 138, 91, 136, 61, 63, 55, 18, 114, 65, 145, 23, 121, 57, 45, 38
OFFSET
1,3
REFERENCES
I. M. Vinogradov, Elements of Number Theory, p. 220ff.
LINKS
MAPLE
with (numtheory): seq(mlog(n, 2, 149), n=1..148); # Georg Fischer, Mar 09 2020
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[2, 149, {n}]; Array[a, 148] (* Vincenzo Librandi, Mar 10 2020 *)
CROSSREFS
Sequence in context: A220473 A067157 A077511 * A143767 A033407 A248026
KEYWORD
nonn,fini,full
AUTHOR
STATUS
approved