"Python's `bin` function converts an integer to a string representing the number in binary, starting with `0b`, so we'll just slice that off before we reverse and check if it's a [palindrome](https://en.wikipedia.org/wiki/Palindromic_number)."
"* Numbers that are base-2 and base-10 palindromes: [A007632](https://oeis.org/A007632)\n",
"\n",
"#### Copyright (C) 2025 filifa\n",
"\n",
"This work is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/) and the [BSD Zero Clause license](https://spdx.org/licenses/0BSD.html)."