#020 · Double Base Palindrome · math · medium · python
The decimal number, 585 = 1001001001 (in binary), is palindromic in both bases!
Find the all Double Based Palindromic numbers, less than one thousend.
and print them.
Double Base Palindrome
#020 · Double Base Palindrome · math · medium · python
The decimal number, 585 = 1001001001 (in binary), is palindromic in both bases!
Find the all Double Based Palindromic numbers, less than one thousend.
and print them.