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!)
A036202 Log base 2 (n) mod 211. 1
0, 1, 43, 2, 132, 44, 139, 3, 86, 133, 162, 45, 144, 140, 175, 4, 199, 87, 154, 134, 182, 163, 21, 46, 54, 145, 129, 141, 179, 176, 115, 5, 205, 200, 61, 88, 118, 155, 187, 135, 17, 183, 80, 164, 8, 22, 124, 47, 68, 55, 32, 146, 208, 130, 84, 142, 197, 180 (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, 211), n=1..210); # Georg Fischer, Mar 10 2020
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[2, 211, {n}]; Array[a, 210] (* Vincenzo Librandi, Mar 30 2020 *)
CROSSREFS
Sequence in context: A114786 A139424 A051318 * A212316 A292996 A107814
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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)