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!)
A036165 Log base 2 (n) mod 29. 0
0, 1, 5, 2, 22, 6, 12, 3, 10, 23, 25, 7, 18, 13, 27, 4, 21, 11, 9, 24, 17, 26, 20, 8, 16, 19, 15, 14 (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, 29):
seq(a(n), n=1..28); # Alois P. Heinz, Aug 21 2021
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[2, 29, {n}]; Array[a, 28] (* Vincenzo Librandi, Mar 25 2020 *)
CROSSREFS
Sequence in context: A130329 A096035 A074769 * A246798 A367675 A372063
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 June 22 22:41 EDT 2024. Contains 373629 sequences. (Running on oeis4.)