This website is a semi-functional mirror of the original Project Euler. More information is available on GitHub.
projecteuler.net

Double-base palindromes

Problem 36

Published on 31 January 2003 at 06:00 pm [Server Time]

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.

(Please note that the palindromic number, in either base, may not include leading zeros.)


Answer:
Go to back to Problems