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!)
A036171 Log base 2 (n) mod 53. 0
0, 1, 17, 2, 47, 18, 14, 3, 34, 48, 6, 19, 24, 15, 12, 4, 10, 35, 37, 49, 31, 7, 39, 20, 42, 25, 51, 16, 46, 13, 33, 5, 23, 11, 9, 36, 30, 38, 41, 50, 45, 32, 22, 8, 29, 40, 44, 21, 28, 43, 27, 26 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
REFERENCES
I. M. Vinogradov, Elements of Number Theory, p. 220ff.
LINKS
MAPLE
a:= n-> numtheory[mlog](n, 2, 53):
seq(a(n), n=1..52); # Alois P. Heinz, Aug 21 2021
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[2, 53, {n}]; Array[a, 52] (* Vincenzo Librandi, Apr 03 2020 *)
CROSSREFS
Sequence in context: A034059 A303733 A040288 * A321261 A367604 A040280
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)