OFFSET
0,2
COMMENTS
Does every positive integer occur in the sequence?
The longest string of consecutive numbers is 6.
LINKS
Michael De Vlieger, Table of n, a(n) for n = 0..1000
MATHEMATICA
a = {1}; Do[k = 1; While[Nand[! MemberQ[a, k], SquareFreeQ[Sum[a[[i]], {i, n}] + k]], k++]; AppendTo[a, k], {n, 71}]; a (* Michael De Vlieger, Sep 03 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Jun 04 2003
EXTENSIONS
More terms from David Wasserman, Dec 30 2004
STATUS
approved