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!)
A036155 19^n mod 191. 0

%I #9 Mar 22 2016 00:59:39

%S 1,19,170,174,59,166,98,143,43,53,52,33,54,71,12,37,130,178,135,82,30,

%T 188,134,63,51,14,75,88,144,62,32,35,92,29,169,155,80,183,39,168,136,

%U 101,9,171,2,38,149,157,118,141

%N 19^n mod 191.

%D I. M. Vinogradov, Elements of Number Theory, pp. 220 ff.

%p [ seq(primroot(ithprime(i))^j mod ithprime(i),j=0..100) ];

%t PowerMod[19,Range[0,50],191] (* _Harvey P. Dale_, Aug 31 2011 *)

%o (PARI) a(n)=lift(Mod(19,191)^n) \\ _Charles R Greathouse IV_, Mar 22 2016

%K nonn,easy

%O 0,2

%A _N. J. A. Sloane_.

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 2 01:23 EDT 2024. Contains 374819 sequences. (Running on oeis4.)