VOOZH about

URL: https://oeis.org/A393717

⇱ A393717 - OEIS


login
A393717
The smallest number k such that the digit reversals of k, when written in all bases 2 to n, are strictly increasing from base 2 to base n.
5
2, 22, 24, 58, 706, 1356, 1356, 1356, 26057435376, 61917541606
OFFSET
3,1
FORMULA
a(n) >= a(n-1).
EXAMPLE
a(10) = 1356 as 1356 = 10101001100_2 = 1212020_3 = 111030_4 = 20411_5 = 10140_6 = 3645_7 = 2514_8 = 1766_9 = 1356_10 whose digit reversals are 110010101_2 = 405, 202121_3 = 556, 30111_4 = 789, 11402_5 = 852, 4101_6 = 901, 5463_7 = 1956, 4152_8 = 2154, 6671_9 = 4924, 6531_10 = 6531, and 405 < 556 < 789 < 852 < 901 < 1956 < 2154 < 4924 < 6531.
KEYWORD
nonn,base,more
AUTHOR
Scott R. Shannon, Feb 26 2026
STATUS
approved