PROJECT EULER · #0829
Integral Fusion
Given any integer
- A tree with the single node
when is prime. - A binary tree that has root node
, left subtree and right subtree , when is not prime. Here and are positive integers such that , and is the smallest.
For example
We define
For example, consider
Find
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.