It is known that passages in Singer house are complex and intertwined. Let's define a Singer
k-house as a graph built by the following process: take complete binary tree of height
k and add edges from each vertex to all its successors, if they are not yet present.
Singer 4-house
Count the number of non-empty paths in Singer
k-house which do not pass the same vertex twice. Two paths are distinct if the sets or the orders of visited vertices are different. Since the answer can be large, output it modulo
109+7.