A356763 Triprime gaps (A114403) in the order of first occurrence.
4, 6, 2, 7, 1, 12, 5, 11, 3, 14, 8, 9, 10, 18, 13, 15, 16, 21, 17, 19, 22, 32, 24, 20, 23, 29, 28, 25, 26, 33, 34, 27, 30, 31, 37, 40, 35, 36, 46, 39, 41, 44, 45, 42, 38, 50, 58, 43, 51, 54, 49, 52, 48, 47, 56, 55, 53, 60, 57, 59, 63, 61, 65, 66, 69, 64, 62, 67, 68, 70, 83, 71, 73, 78, 72
Offset: 1
Keywords
Programs
-
Mathematica
DeleteDuplicates[Differences[Select[Range[10^6], PrimeOmega[#] == 3 &]]] (* Amiram Eldar, Aug 26 2022 *)