OFFSET
1,1
MAPLE
with(numtheory):a[1] := 2:for n from 2 to 34 do q := a[n-1]*(n-1):while(not issqrfree(q)) do q := q-1:od:a[n] := q:od:seq(a[l], l=1..34);
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 26 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 26 2003
STATUS
approved