A219346 Pseudoprimes to base 2 that are divisible by the squares of at least two primes.
4578627124156945861, 57406119388190085241, 71879404939979986441, 98654983210791303661, 109509947374633729561, 153653468307592928221, 213717603347521018201, 541537521095562280381, 608114634633795825901, 721729926215346550321, 1062575800959998723581
Offset: 1
Keywords
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
Programs
-
PARI
forstep(n=236641458619975501,4.489e31,723664277589495060,if(Mod(2,n)^(n-1)==1, print1(n", ")))
Comments