OFFSET
1,2
COMMENTS
"Lexicographically earliest injective sequence" means that a(n+1) is the least positive integer not occurring earlier with the given property.
LINKS
Lars Blomberg, Table of n, a(n) for n = 1..10000
E. Angelini, a(n)+a(a(n)) is prime, Seqfan (Apr 11 2015)
EXAMPLE
a(1)=1, a(a(1))=1, 1+1=2 which is prime.
a(7)=10, a(a(7))=a(10)=13, 10+13=23 which is prime.
CROSSREFS
KEYWORD
nonn
AUTHOR
Eric Angelini and Lars Blomberg, May 11 2015
STATUS
approved