This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A271041 #13 Jan 19 2019 04:15:43 %S A271041 2,3,7,47,8474,843,22019,826823,1092746,33908367,262315466 %N A271041 a(n) = k is the least squarefree number with a run of zero nonsquarefree numbers immediately preceding k and a run of exactly n>=0 nonsquarefree numbers immediately succeeding k. %C A271041 This is the top row (indexed by zero) of the doubly infinite matrix T(i,j) defined in A270996: a(n) = A270996((n+1)*(n+2)/2-1). %C A271041 a(11) = T(0,11) > 3*10^9. %e A271041 a(3) = 47 since 46, 47 and 51 are squarefree while 48, 49 and 50 constitute the first nonsquarefree triple after a pair of squarefree numbers. %t A271041 (* We use function a270996[] from A270996 *) %t A271041 Map[a270996[{0, 1000000},{0, #}]&,Range[0,7]] %t A271041 (* computes a(0)...a(7) *) %Y A271041 Cf. A005117, A268330, A270344, A270996. %K A271041 nonn,more %O A271041 0,1 %A A271041 _Hartmut F. W. Hoft_, Mar 29 2016