What’s this? Two posts in one day? Well, writing a static blog generator can do that. 😄
Another easily phrased challenge:
We have a simple little problem today: Given an integer n > 2, find the minimum b > 1 for which n base b is a palindrome.
– Minimal Palindromic Base via Programming Praxis