A373670 Numbers k such that the k-th run-length A110969(k) of the sequence of non-prime-powers (A024619) is different from all prior run-lengths.
1, 5, 7, 12, 18, 28, 40, 53, 71, 109, 170, 190, 198, 207, 236, 303, 394, 457, 606, 774, 1069, 1100, 1225, 1881, 1930, 1952, 2247, 2281, 3140, 3368, 3451, 3493, 3713, 3862, 4595, 4685, 6625, 8063, 8121, 8783, 12359, 12650, 14471, 14979, 15901, 17129, 19155
Offset: 1
Keywords
Examples
The maximal runs of non-prime-powers begin: 1 6 10 12 14 15 18 20 21 22 24 26 28 30 33 34 35 36 38 39 40 42 44 45 46 48 50 51 52 54 55 56 57 58 60 So the a(n)-th runs begin: 1 14 15 20 21 22 33 34 35 36 54 55 56 57 58
Crossrefs
Programs
-
Mathematica
t=Length/@Split[Select[Range[10000],!PrimePowerQ[#]&],#1+1==#2&]; Select[Range[Length[t]],FreeQ[Take[t,#-1],t[[#]]]&]
Comments