A373402 Numbers k such that the k-th maximal antirun of prime numbers > 3 has length different from all prior maximal antiruns. Sorted list of positions of first appearances in A027833.
1, 2, 4, 6, 8, 10, 21, 24, 30, 35, 40, 41, 46, 50, 69, 82, 131, 140, 185, 192, 199, 210, 248, 251, 271, 277, 325, 406, 423, 458, 645, 748, 811, 815, 826, 831, 987, 1053, 1109, 1426, 1456, 1590, 1629, 1870, 1967, 2060, 2371, 2607, 2920, 2946, 3564, 3681, 4119
Offset: 1
Keywords
Examples
The maximal antiruns of prime numbers > 3 begin: 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97 101 103 107 109 113 127 131 137 139 149 151 157 163 167 173 179 The a(n)-th rows begin: 5 7 11 19 23 29 43 47 53 59 73 79 83 89 97 101 109 113 127 131 137
Links
Crossrefs
Programs
-
Mathematica
t=Length/@Split[Select[Range[4,10000],PrimeQ],#1+2!=#2&]//Most; Select[Range[Length[t]],FreeQ[Take[t,#-1],t[[#]]]&]
Comments