A350385 Minimum number of zeros that need to be added to x_n ones such that a combination of these zeros and ones can make a number b with the property gcd(b, rev(b)) = digitsum(b) = x_n where x_n is coprime to 10.
0, 1, 36, 1, 12, 66, 3, 3, 6, 4, 2, 3, 4, 10, 75, 16, 7, 3, 3, 7, 2, 5, 4, 3, 3, 6, 2, 2, 2, 10, 10, 5, 2, 3, 2, 2, 2, 4, 3, 10, 304, 4, 3, 3, 1, 3, 12, 6, 124
Offset: 1
Examples
a(2) = 1 because x_2 = 3 and if you add 1 zero to 3 ones you can form b = 1011 for which gcd(b,rev(b)) = digitsum(b) = 3.
Links
- Rüdiger Jehn, A new 200 Euro math puzzle, Youtube video, Sep 17 2021.
- Rüdiger Jehn, Long Solutions of Sequence A348480 of the On-Line Encyclopedia of Integer Sequences, arXiv:2201.00710 [math.GM], 2022.
- Rüdiger Jehn, Porous Numbers, arXiv:2104.02482 [math.GM], 2021.
Comments