OFFSET
1,2
COMMENTS
Apparently there is a claim that A268642 contains every positive integer exactly once, so this sequence is well-defined.
LINKS
N. J. A. Sloane, Table of n, a(n) for n = 1..945
MAPLE
# Let b1 be a list of the initial terms of A268642
ans:=[];
for n from 1 to nops(b1) do
if member(n, b1, 'p') then ans:=[op(ans), p];
else lprint("missed", n); break; fi;
od;
ans;
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 17 2016
STATUS
approved