OFFSET
1,5
COMMENTS
Consider the binary tree illustrated in A252753 and A252755: If we start from any n, computing successive iterations of A253554 until 1 is reached (i.e., we are traversing level by level towards the root of the tree, starting from that vertex of the tree where n is located at), a(n) gives the number of odd numbers > 1 encountered on the path (i.e., excluding the final 1 from the count but including the starting n if it was odd).
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..8192
FORMULA
PROG
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 12 2015
STATUS
approved