A217656 Primes p such that p = 361 + 420*k for some k.
1201, 1621, 3301, 4561, 5821, 6661, 8761, 9181, 9601, 10861, 11701, 12541, 13381, 14221, 15061, 15901, 16741, 17581, 19681, 20101, 20521, 22621, 23041, 25561, 25981, 26821, 27241, 28081, 28921, 29761, 30181, 33961, 34381, 35221, 36061, 36901, 37321
Offset: 1
Keywords
Programs
-
Mathematica
Select[Prime[Range[50000]], Mod[#, 420]== 361 &]
Comments