login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)