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

A036197
Log base 2 (n) mod 181.
1
0, 1, 56, 2, 156, 57, 15, 3, 112, 157, 62, 58, 164, 16, 32, 4, 175, 113, 135, 158, 71, 63, 53, 59, 132, 165, 168, 17, 48, 33, 99, 5, 118, 176, 171, 114, 26, 136, 40, 159, 83, 72, 20, 64, 88, 54, 13, 60, 30, 133, 51, 166, 97, 169, 38, 18, 11, 49, 36, 34, 125
OFFSET
1,3
REFERENCES
I. M. Vinogradov, Elements of Number Theory, p. 220ff.
LINKS
MAPLE
with (numtheory): seq(mlog(n, 2, 181), n=1..180); # Georg Fischer, Mar 10 2020
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[2, 181, {n}]; Array[a, 180] (* Vincenzo Librandi, Mar 16 2020 *)
CROSSREFS
Sequence in context: A308097 A172533 A206786 * A182355 A107676 A005932
KEYWORD
nonn,fini,full
AUTHOR
STATUS
approved