BBTHMNN(h) = Balanced Binary Tree Have Minimum Number Of Nodes
BBTHMNN(h) = BBTHMNN(h-1) + BBTHMNN(h-2) + 1
Name of the balanced binary tree which satisfying the above formula. I have searched all over the internet but I couldn't found the name of the tree