A373415 Maximum of the n-th maximal run of squarefree numbers.
3, 7, 11, 15, 17, 19, 23, 26, 31, 35, 39, 43, 47, 51, 53, 55, 59, 62, 67, 71, 74, 79, 83, 87, 89, 91, 95, 97, 103, 107, 111, 115, 119, 123, 127, 131, 134, 139, 143, 146, 149, 151, 155, 159, 161, 163, 167, 170, 174, 179, 183, 187, 191, 195, 197, 199, 203, 206
Offset: 1
Keywords
Examples
Row-maxima of: 1 2 3 5 6 7 10 11 13 14 15 17 19 21 22 23 26 29 30 31 33 34 35 37 38 39 41 42 43 46 47 51 53 55 57 58 59
Links
Crossrefs
Programs
-
Mathematica
Last/@Split[Select[Range[100],SquareFreeQ],#1+1==#2&]//Most
Comments