login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
OFFSET
1,3
REFERENCES
I. M. Vinogradov, Elements of Number Theory, p. 220ff.
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