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!)
A036183 Log base 2 (n) mod 107. 1
0, 1, 70, 2, 47, 71, 43, 3, 34, 48, 22, 72, 14, 44, 11, 4, 29, 35, 78, 49, 7, 23, 62, 73, 94, 15, 104, 45, 32, 12, 27, 5, 92, 30, 90, 36, 38, 79, 84, 50, 40, 8, 59, 24, 81, 63, 66, 74, 86, 95, 99, 16, 52, 105, 69, 46, 42, 33, 21, 13, 10, 28, 77, 6, 61, 93 (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, 107), n=1..106); # Georg Fischer, Mar 09 2020
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[2, 107, {n}]; Array[a, 106] (* Vincenzo Librandi, Mar 11 2020 *)
CROSSREFS
Sequence in context: A365914 A177808 A327024 * A184886 A361041 A201097
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)