A247831 Pseudoprimes to base 2 divisible by 3511^2, including the even pseudoprimes.
12327121, 129816911251, 259621495381, 346157884801, 605767053061, 6317168754781, 6922923480721, 12634325182441, 18518799663001, 21634109682121, 24273469559431, 57114029344321, 65681131896901, 102718706568661, 135083316211741, 135818875521811, 153342494379361
Offset: 1
Keywords
Links
- Jianing Song, Table of n, a(n) for n = 1..1470
- 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], 3511^2)==0, print1(vi[n], ", ")))
-
PARI
list(N)=select(k->Mod(2, k)^k==2, 3511^2*vector(N\3511^2\2, i, i)) \\ Jianing Song, Feb 07 2019
Extensions
Name changed by Jianing Song, Feb 07 2019 to include the even pseudoprimes to base 2 (A006935) at the suggestion of Max Alekseyev.
Comments