OFFSET
0,2
COMMENTS
Permutation of natural numbers obtained from the Ludic sieve. Note the indexing: Domain starts from 0, range from 1.
This sequence can be represented as a binary tree. Each left hand child is obtained by doubling the parent's contents, and each right hand child is obtained by applying A269379 to the parent's contents:
1
|
...................2...................
4 3
8......../ \........9 6......../ \........5
/ \ / \ / \ / \
/ \ / \ / \ / \
/ \ / \ / \ / \
16 21 18 19 12 15 10 7
32 45 42 49 36 51 38 31 24 33 30 35 20 27 14 11
etc.
Sequence A269387 is obtained from the mirror image of the same tree.
LINKS
FORMULA
PROG
KEYWORD
nonn,tabf
AUTHOR
Antti Karttunen, Mar 01 2016
STATUS
approved