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!)
A036150 a(n) = 2^n mod 163. 3
1, 2, 4, 8, 16, 32, 64, 128, 93, 23, 46, 92, 21, 42, 84, 5, 10, 20, 40, 80, 160, 157, 151, 139, 115, 67, 134, 105, 47, 94, 25, 50, 100, 37, 74, 148, 133, 103, 43, 86, 9, 18, 36, 72, 144, 125, 87, 11, 22, 44, 88, 13, 26, 52, 104, 45, 90, 17, 34, 68, 136, 109, 55, 110, 57, 114 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
I. M. Vinogradov, Elements of Number Theory, pp. 220 ff.
LINKS
FORMULA
a(n) = a(n-162). - Muniru A Asiru, Jan 27 2019
MAPLE
[ seq(primroot(ithprime(i))^j mod ithprime(i), j=0..100) ];
MATHEMATICA
PowerMod[2, Range[0, 70], 163] (* Harvey P. Dale, Aug 30 2021 *)
PROG
(PARI) a(n)=lift(Mod(2, 163)^n) \\ Charles R Greathouse IV, Mar 22 2016
(GAP) a:=List([0..70], n->PowerMod(2, n, 163));; Print(a); # Muniru A Asiru, Jan 27 2019
CROSSREFS
Sequence in context: A036154 A036153 A036152 * A036147 A036146 A036144
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 August 1 19:22 EDT 2024. Contains 374817 sequences. (Running on oeis4.)