Back to Cosmos

Project Euler Problem #036: Double-base palindromes

code/online_challenges/src/project_euler/problem_036/README.md

latest427 B
Original Source

Project Euler Problem #036: Double-base palindromes

(Problem Link)

The decimal number, 585 = 10010010012 (binary), is palindromic in both bases.

Find the sum of all numbers, less than one million, which are palindromic in base 10 and base 2.


<p align="center"> A massive collaborative effort by <a href="https://github.com/OpenGenus/cosmos">OpenGenus Foundation</a> </p>