A373413 Sum of the n-th maximal run of squarefree numbers.
6, 18, 21, 42, 17, 19, 66, 26, 90, 102, 114, 126, 93, 51, 53, 55, 174, 123, 198, 210, 147, 234, 165, 258, 89, 91, 282, 97, 306, 318, 330, 342, 237, 245, 127, 390, 267, 414, 426, 291, 149, 151, 309, 474, 161, 163, 498, 170, 347, 534, 546, 558, 381, 582, 197
Offset: 1
Keywords
Examples
Row-sums 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
The partial sums are a subset of A173143.
Programs
-
Mathematica
Total/@Split[Select[Range[100],SquareFreeQ],#1+1==#2&]//Most
Comments