OFFSET
1,2
COMMENTS
Every positive integer occurs exactly once in S, so that S is a permutation of the natural numbers. Deleting duplicates as they occur, the generations of S are given by g(1) = (1), g(2) = (2,3), g(3) = (4,6,9), g(4) = (5,8,12,7,18,10,27), ... Concatenating gives 1,2,3,4,6,9,5,...
LINKS
Clark Kimberling, Table of n, a(n) for n = 1..5000
EXAMPLE
To generate S, start with g(1) = (1). Then 1 begets 2 and 3; then 2 begets 4 and 3 begets 6 and 9.
MATHEMATICA
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Dec 14 2013
EXTENSIONS
Name edited by Ivan Neretin, Nov 26 2016
STATUS
approved