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!)
A020245 Strong pseudoprimes to base 19. 2

%I #14 Apr 25 2016 11:45:28

%S 9,49,169,343,1849,2353,2701,4033,4681,6541,6697,7957,9997,12403,

%T 13213,13747,15251,16531,18769,19729,24761,30589,31621,31861,32477,

%U 41003,49771,63139,64681,65161,66421,68257,73555,96049,102831,118957,129961,137311

%N Strong pseudoprimes to base 19.

%H R. J. Mathar, <a href="/A020245/b020245.txt">Table of n, a(n) for n = 1..752</a>

%H <a href="/index/Ps#pseudoprimes">Index entries for sequences related to pseudoprimes</a>

%o (PARI) /* with A001262 */

%o isA020245(n)={ isStrongPsp(n,19) }

%o { for(n=1,300000000, if(isA020245(n), print(n) ;) ;) ;} /* R. J. Mathar, Mar 07 2012 */

%K nonn

%O 1,1

%A _David W. Wilson_

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 September 15 02:15 EDT 2024. Contains 375929 sequences. (Running on oeis4.)