OFFSET
1,1
EXAMPLE
S1 = 1,2,3,4,5,6,7,_,9,10,11,12,13,
S2 = A099267 = 2,3,5,6,8,10,11,13,14,16,18
S3: in S2 (3-2)+f(1)=3, then 5 is deleted, remaining 2,3,6,8,10,11,13,14,16,18
in this remaining sequence (3-2)+f(2)=4, then 8 is deleted, leaving 2,3,6,10,11,13,14,16,18
....
The first two terms of S2 are definitively safe. It's the same for the first three of S3, and so on;
Iterating indefinitely the procedure produces the sequence: 2,3,6,11,18,27,39,53,69,81,87,113 where the first p terms are already the first p terms of Sp and all following sequences.
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Philippe LALLOUET (philip.lallouet(AT)wanadoo.fr), Aug 14 2007
STATUS
approved