The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A036153 a(n) = 2^n mod 179. 3
1, 2, 4, 8, 16, 32, 64, 128, 77, 154, 129, 79, 158, 137, 95, 11, 22, 44, 88, 176, 173, 167, 155, 131, 83, 166, 153, 127, 75, 150, 121, 63, 126, 73, 146, 113, 47, 94, 9, 18, 36, 72, 144, 109, 39, 78, 156, 133, 87, 174 (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-178). - Muniru A Asiru, Jan 27 2019
MAPLE
[ seq(primroot(ithprime(i))^j mod ithprime(i), j=0..100) ];
MATHEMATICA
PowerMod[2, Range[0, 90], 179] (* Harvey P. Dale, Jul 31 2018 *)
PROG
(PARI) a(n)=lift(Mod(2, 179)^n) \\ Charles R Greathouse IV, Mar 22 2016
(GAP) a:=List([0..70], n->PowerMod(2, n, 179));; Print(a); # Muniru A Asiru, Jan 27 2019
CROSSREFS
Sequence in context: A036159 A036157 A036154 * A036152 A036150 A036147
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 May 15 09:54 EDT 2024. Contains 372540 sequences. (Running on oeis4.)