/sum_of_palindromes

This program implements the Research paper which states that every positive integer in any base >= 5 can be written as a sum of three palindrome numbers and provides an algorithm to do the same. The program takes any integer as an input and prints out the three palindrome numbers.

Primary LanguagePython

Watchers