A045932 Numbers n such that n through n+3 are divisible by the same number of distinct primes.
2, 33, 54, 55, 74, 85, 91, 92, 93, 115, 116, 133, 141, 142, 143, 144, 145, 158, 159, 175, 200, 205, 206, 212, 213, 214, 215, 216, 247, 295, 296, 301, 302, 323, 324, 325, 326, 332, 391, 392, 422, 445, 451, 535, 536, 542, 565, 632, 685, 686, 721, 722, 799, 800
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Transpose[Select[Partition[Range[900],4,1],Length[Union[PrimeNu[#]]] == 1&]][[1]] (* Harvey P. Dale, Apr 12 2013 *)