A373411 Sum of the n-th maximal antirun of squarefree numbers differing by more than one.
1, 2, 8, 6, 17, 24, 14, 72, 22, 78, 30, 64, 34, 72, 38, 80, 42, 89, 263, 58, 120, 127, 66, 136, 70, 144, 151, 78, 161, 168, 86, 360, 94, 293, 102, 208, 106, 216, 110, 224, 114, 233, 241, 379, 130, 264, 271, 138, 280, 142, 288, 600, 312, 158, 648, 166, 510, 351
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
Links
Crossrefs
Programs
-
Mathematica
Total/@Split[Select[Range[100],SquareFreeQ],#1+1!=#2&]//Most
Comments