A243090 Pseudoprimes to base 8 that are not squarefree.
9, 45, 63, 117, 153, 585, 2169, 4005, 9945, 13833, 17865, 27261, 33201, 36873, 40833, 57681, 69345, 69921, 95085, 140985, 155961, 161721, 171405, 186201, 189441, 192465, 203841, 240471, 242451, 244413, 316881, 321201, 406341, 481041, 482769, 488709, 501921
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
PARI
forcomposite(n=1, 1e9, if(Mod(8, n)^(n-1)==1, if(!issquarefree(n), print1(n, ", "))))
Comments