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

A036208
Log base 7 (n) mod 241.
1
0, 190, 182, 140, 138, 132, 1, 90, 124, 88, 25, 82, 47, 191, 80, 40, 111, 74, 85, 38, 183, 215, 57, 32, 36, 237, 66, 141, 154, 30, 151, 230, 207, 61, 139, 24, 73, 35, 229, 228, 6, 133, 219, 165, 22, 7, 114, 222, 2, 226, 53, 187, 134, 16, 163, 91, 27, 104, 118
OFFSET
1,2
REFERENCES
I. M. Vinogradov, Elements of Number Theory, p. 220ff.
LINKS
MAPLE
with (numtheory): seq(mlog(n, 7, 241), n=1..240); # Georg Fischer, Mar 10 2020
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[7, 241, {n}]; Array[a, 240] (* Vincenzo Librandi, Mar 27 2020 *)
CROSSREFS
Sequence in context: A138730 A159821 A118878 * A119903 A113796 A127994
KEYWORD
nonn,fini,full
STATUS
approved