A373400 Numbers k such that the k-th maximal run of composite numbers has length different from all prior maximal runs. Sorted positions of first appearances in A176246 (or A046933 shifted).
1, 3, 8, 23, 29, 33, 45, 98, 153, 188, 216, 262, 281, 366, 428, 589, 737, 1182, 1830, 1878, 2190, 2224, 3076, 3301, 3384, 3426, 3643, 3792, 4521, 4611, 7969, 8027, 8687, 12541, 14356, 14861, 15782, 17005, 19025, 23282, 30801, 31544, 33607, 34201, 34214, 38589
Offset: 1
Keywords
Examples
The maximal runs of composite numbers begin: 4 6 8 9 10 12 14 15 16 18 20 21 22 24 25 26 27 28 30 32 33 34 35 36 38 39 40 42 44 45 46 48 49 50 51 52 54 55 56 57 58 60 62 63 64 65 66 68 69 70 72 74 75 76 77 78 80 81 82 84 85 86 87 88 90 91 92 93 94 95 96 98 99 100 The a(n)-th rows are: 4 8 9 10 24 25 26 27 28 90 91 92 93 94 95 96 114 115 116 117 118 119 120 121 122 123 124 125 126 140 141 142 143 144 145 146 147 148 200 201 202 203 204 205 206 207 208 209 210
Links
Crossrefs
Programs
-
Mathematica
t=Length/@Split[Select[Range[10000],CompositeQ],#1+1==#2&]//Most; Select[Range[Length[t]],FreeQ[Take[t,#-1],t[[#]]]&]
Comments