ROSECODE 471
Palindromic Decomposition
It has recently been proved (2016) that:
For g ≥ 5 every integer can be decomposed as a sum of 3 palindromes in base g.
For instance : (base 10)
How many such decompositions are there for (in base 10)
Answer format: count,x,y,z // Decomposition with the largest x
[My timing : 15 sec]
For g ≥ 5 every integer can be decomposed as a sum of 3 palindromes in base g.
For instance :
How many such decompositions
Answer format: count,x,y,z // Decomposition with the largest x
[My timing : 15 sec]