A small app that uses algorithms to find a sum of palindromes for any positive integer, with a base >= 5. The algorithms are based on this paper: https://arxiv.org/pdf/1602.06208v2.pdf by Javier Cilleruelo, Florian Luca and Lewis Baxter. I did this for a school project but decided to copy the code into android studio.