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!)
A036210 Log base 3 (n) mod 257. 1
0, 48, 1, 96, 55, 49, 85, 144, 2, 103, 196, 97, 106, 133, 56, 192, 120, 50, 125, 151, 86, 244, 28, 145, 110, 154, 3, 181, 94, 104, 242, 240, 197, 168, 140, 98, 219, 173, 107, 199, 19, 134, 207, 36, 57, 76, 61, 193, 170, 158, 121, 202, 89, 51, 251, 229, 126 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
I. M. Vinogradov, Elements of Number Theory, p. 220ff.
LINKS
MAPLE
with (numtheory): seq(mlog(n, 3, 257), n=1..256); # Georg Fischer, Mar 10 2020
MATHEMATICA
a[1]=0; a[n_]:=MultiplicativeOrder[3, 257, {n}]; Array[a, 256] (* Vincenzo Librandi, Mar 31 2020 *)
CROSSREFS
Sequence in context: A057380 A234565 A362715 * A257875 A037941 A229190
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 24 19:56 EDT 2024. Contains 371963 sequences. (Running on oeis4.)