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!)
A036151 5^n mod 167. 2
1, 5, 25, 125, 124, 119, 94, 136, 12, 60, 133, 164, 152, 92, 126, 129, 144, 52, 93, 131, 154, 102, 9, 45, 58, 123, 114, 69, 11, 55, 108, 39, 28, 140, 32, 160, 132, 159, 127, 134, 2, 10, 50, 83, 81, 71, 21, 105 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
I. M. Vinogradov, Elements of Number Theory, pp. 220 ff.
LINKS
MAPLE
[ seq(primroot(ithprime(i))^j mod ithprime(i), j=0..100) ];
MATHEMATICA
PowerMod[5, Range[0, 50], 167] (* Harvey P. Dale, Dec 14 2015 *)
PROG
(PARI) a(n)=lift(Mod(5, 167)^n) \\ Charles R Greathouse IV, Mar 22 2016
CROSSREFS
Sequence in context: A006339 A046112 A032534 * A271380 A036149 A061974
KEYWORD
nonn,easy
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)