Problem E

Statement
Copy Copied
Description:
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.

Input Format:
The only line contains single integer k (1 ≤ k ≤ 400).

Output Format:
Print single integer — the answer for the task modulo 109 + 7.

Note:
There are 9 paths in the first example (the vertices are numbered on the picture below): 1, 2, 3, 1-2, 2-1, 1-3, 3-1, 2-1-3, 3-1-2.

Singer 2-house

Submissions

IDLanguageExit CodeTimestampCodeStdoutStderrRetry
5890 go 0 2026-03-22T04:24:52.6545Z View View View Retry
5866 go 1 2026-03-22T04:12:08.525987Z View View View Retry

Evaluations

Eval IDRun IDProviderModelLangSuccessTimestampPromptResponseStdoutStderrRetry
3441 20260321-230009 gemini gemini-3-pro-preview go false 2026-03-22T03:09:38.129826Z View View View View Retry