OFFSET
0,2
COMMENTS
As the underlying sequence A163511 can be represented as a binary tree, so can this be also:
1
|
...................2...................
4 2
8......../ \........4 6......../ \........2
/ \ / \ / \ / \
/ \ / \ / \ / \
/ \ / \ / \ / \
16 8 18 4 12 6 10 2
32 16 54 8 36 18 50 4 24 12 30 6 20 10 14 2
etc.
Each rightward leaning branch stays constant, because a(2n+1) = a(n).
LINKS
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 15 2023
STATUS
approved