OFFSET
0,1
COMMENTS
EXAMPLE
a(3) = 101 since 97, 101 and 102 are squarefree while 98, 99 and 100 constitute the first nonsquarefree triple followed by a pair of squarefree numbers.
MATHEMATICA
(* We use function a270996[] from A270996 *)
Map[a270996[{0, 1000000}, {#, 0}]&, Range[0, 7]]
(* computes a(0)...a(7) *)
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Hartmut F. W. Hoft, Mar 29 2016
EXTENSIONS
a(12)-a(13) from Kevin P. Thompson, Apr 19 2022
STATUS
approved