A247830 Pseudoprimes to base 2 divisible by 1093^2.
1194649, 3914864773, 5654273717, 6523978189, 22178658685, 26092328809, 31310555641, 41747009305, 53053167441, 58706246509, 74795779241, 85667085141, 237865367741, 333967711897, 467032496113, 575310702877, 601401837037, 962329192917, 1087566636885
Offset: 1
Keywords
Links
- R. G. E. Pinch, The pseudoprimes up to 10^13, Lecture Notes in Computer Science, 1838 (2000), 459-473.
- C. Pomerance, J. L. Selfridge, and S. S. Wagstaff, Jr., The pseudoprimes to 25*10^9, Mathematics of Computation 35 (1980), pp. 1003-1026.
Crossrefs
Programs
-
PARI
vi=readvec("b158358.txt") for(n=1, #vi, if(Mod(vi[n], 1093^2)==0, print1(vi[n], ", ")))
Comments