A306450 Non-coprime pseudoprimes to base 3 (A306451) that are not squarefree.
726, 1053426, 6498426, 7912311, 8141001, 190381521, 202730781, 283975626, 524245326, 767159481, 1095790641, 1620456321, 1904467521, 2287621281, 2700546486, 3462782961, 4120800321, 4928482581, 5816852481, 5974336401, 9313587921, 18723332001, 21215225361, 22073079666, 29882080866, 30132305841
Offset: 1
Keywords
Examples
726 is a term because 726 divides 3^726 - 3 and 726 = 2 * 3 * 11^2.
Programs
-
PARI
forstep(n=3, 10^9, 3, if(Mod(3, n)^n==3 && !issquarefree(n), print1(n, ", ")))
Extensions
More terms from Jinyuan Wang, Feb 18 2019
Comments