is there a special name for a function that generates a binary tree

43 Views Asked by At

enter image description hereIf you graph t vs i for n = 7*11^i+1 (= 2^k*j + 2^t - 1) with t being the number of trailing 1s in the binary representation, you will see an inverted binary tree. Is there any special significance to this?