A373414 Sum of the n-th maximal run of nonsquarefree numbers differing by one.
4, 17, 12, 16, 18, 20, 49, 55, 32, 36, 40, 89, 147, 52, 54, 56, 60, 127, 68, 72, 151, 161, 84, 88, 90, 92, 96, 297, 104, 108, 112, 233, 241, 375, 128, 132, 271, 140, 144, 295, 150, 305, 156, 160, 162, 164, 337, 343, 351, 180, 184, 377, 192, 196, 198, 200, 204
Offset: 1
Keywords
Examples
Row-sums of: 4 8 9 12 16 18 20 24 25 27 28 32 36 40 44 45 48 49 50
Links
Crossrefs
The partial sums are a subset of A329472.
Programs
-
Mathematica
Total/@Split[Select[Range[100],!SquareFreeQ[#]&],#1+1==#2&]//Most
Comments