OFFSET
1,1
LINKS
Christopher E. Thompson, Table of n, a(n) for n = 1..1000
EXAMPLE
26 is a term because 26 is squarefree but 24,25,27,28 are not.
MATHEMATICA
SequencePosition[Table[If[SquareFreeQ[n], 1, 0], {n, 7200}], {0, 0, 1, 0, 0}][[All, 1]]+2 (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jun 19 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Christopher E. Thompson, Feb 01 2016
STATUS
approved