OFFSET
1,2
COMMENTS
Here "complement" refers to the numbers not in the sequence.
LINKS
Ivan Neretin, Table of n, a(n) for n = 1..10000
MATHEMATICA
Fold[Append[#1, #1[[#2]] + Complement[Range[Max@#1 + 1], #1][[#2]]] &, {1, 2, 3, 4}, Range[52]] (* Ivan Neretin, Apr 05 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Missing term a(44)=344 added by Ivan Neretin, Apr 05 2016
STATUS
approved