A373574 Numbers k such that the k-th maximal antirun of nonsquarefree numbers has length different from all prior maximal antiruns. Sorted positions of first appearances in A373409.
1, 2, 4, 6, 8, 10, 18, 52, 678
Offset: 1
Examples
The maximal antiruns of nonsquarefree numbers begin: 4 8 9 12 16 18 20 24 25 27 28 32 36 40 44 45 48 49 50 52 54 56 60 63 64 68 72 75 76 80 81 84 88 90 92 96 98 99 The a(n)-th rows are: 4 8 9 12 16 18 20 24 28 32 36 40 44 49 64 68 72 75 81 84 88 90 92 96 98 148 150 152 477 480 484 486 488 490 492 495 6345 6348 6350 6352 6354 6356 6358 6360 6363
Links
Crossrefs
Programs
-
Mathematica
t=Length/@Split[Select[Range[100000],!SquareFreeQ[#]&],#1+1!=#2&]; Select[Range[Length[t]],FreeQ[Take[t,#-1],t[[#]]]&]
Comments