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

A036187
Log base 2 (n) mod 131.
1
0, 1, 72, 2, 46, 73, 96, 3, 14, 47, 56, 74, 18, 97, 118, 4, 43, 15, 35, 48, 38, 57, 23, 75, 92, 19, 86, 98, 51, 119, 29, 5, 128, 44, 12, 16, 41, 36, 90, 49, 126, 39, 124, 58, 60, 24, 105, 76, 62, 93, 115, 20, 26, 87, 102, 99, 107, 52, 82, 120, 78, 30, 110, 6
OFFSET
1,3
REFERENCES
I. M. Vinogradov, Elements of Number Theory, p. 220ff.
LINKS
MAPLE
with(numtheory): seq(mlog(n, 2, 131), n=1..130); # Georg Fischer, Mar 09 2020
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[2, 131, {n}]; Array[a, 130] (* Vincenzo Librandi, Mar 10 2020 *)
CROSSREFS
Sequence in context: A036206 A249700 A036178 * A347918 A035879 A033392
KEYWORD
nonn,fini,full
STATUS
approved