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”).

A036164
Log base 5 (n) mod 23.
0
0, 2, 16, 4, 1, 18, 19, 6, 10, 3, 9, 20, 14, 21, 17, 8, 7, 12, 15, 5, 13, 11
OFFSET
1,2
REFERENCES
I. M. Vinogradov, Elements of Number Theory, p. 220ff.
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[5, 23, {n}]; Array[a, 22] (* Vincenzo Librandi, Mar 21 2020 *)
CROSSREFS
Sequence in context: A303990 A095860 A070654 * A076536 A110009 A232503
KEYWORD
nonn,fini,full
AUTHOR
STATUS
approved