A036149 5^n mod 157.
1, 5, 25, 125, 154, 142, 82, 96, 9, 45, 68, 26, 130, 22, 110, 79, 81, 91, 141, 77, 71, 41, 48, 83, 101, 34, 13, 65, 11, 55, 118, 119, 124, 149, 117, 114, 99, 24, 120, 129, 17, 85, 111, 84, 106, 59, 138, 62, 153, 137
Offset: 0
References
- I. M. Vinogradov, Elements of Number Theory, pp. 220 ff.
Programs
-
Maple
[ seq(primroot(ithprime(i))^j mod ithprime(i),j=0..100) ];
-
Mathematica
PowerMod[5,Range[0,50],157] (* Harvey P. Dale, May 14 2014 *)
-
PARI
a(n)=lift(Mod(5,157)^n) \\ Charles R Greathouse IV, Mar 22 2016