yaworsw/euler-manager

View on GitHub
data/problems/36.yml

Summary

Maintainability
Test Coverage
---
:id: 36
:name: Double-base palindromes
:url: https://projecteuler.net/problem=36
:content: |+
  The decimal number, 585 = 1001001001<sub>2</sub> (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.)