OFFSET
1,2
COMMENTS
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
143=11*13 is a term, as also 14=2*7 and 1 are squarefree.
MATHEMATICA
Select[Range[200], AllTrue[FromDigits/@Table[Take[IntegerDigits[#], {1, n}], {n, IntegerLength[#]}], SquareFreeQ]&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Aug 23 2020 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Nov 16 2002
STATUS
approved