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!)
A036189 Log base 2 (n) mod 139. 1
0, 1, 41, 2, 86, 42, 50, 3, 82, 87, 76, 43, 64, 51, 127, 4, 107, 83, 61, 88, 91, 77, 27, 44, 34, 65, 123, 52, 94, 128, 56, 5, 117, 108, 136, 84, 80, 62, 105, 89, 32, 92, 115, 78, 30, 28, 98, 45, 100, 35, 10, 66, 47, 124, 24, 53, 102, 95, 21, 129, 37, 57, 132 (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, 139), n=1..138); # Georg Fischer, Mar 09 2020
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[2, 139, {n}]; Array[a, 138] (* Vincenzo Librandi, Mar 10 2020 *)
CROSSREFS
Sequence in context: A297205 A283895 A051317 * A198190 A106424 A126636
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 25 06:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)