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!)
A036148 6^n mod 151. 0
1, 6, 36, 65, 88, 75, 148, 133, 43, 107, 38, 77, 9, 54, 22, 132, 37, 71, 124, 140, 85, 57, 40, 89, 81, 33, 47, 131, 31, 35, 59, 52, 10, 60, 58, 46, 125, 146, 121, 122, 128, 13, 78, 15, 90, 87, 69, 112, 68, 106, 32 (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[6, Range[0, 80], 151] (* Harvey P. Dale, Aug 24 2019 *)
PROG
(PARI) a(n)=lift(Mod(6, 151)^n) \\ Charles R Greathouse IV, Mar 22 2016
CROSSREFS
Sequence in context: A207584 A207590 A226119 * A134639 A069497 A139249
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.)