A347541 Numbers q.r such that q*r divides q.r, when q and r have the same number of digits, "." means concatenation, and r may not begin with 0.
11, 12, 15, 24, 36, 1352, 1734, 143143, 167334, 16673334, 1666733334, 166667333334, 16666673333334, 1666666733333334, 142857143142857143, 166666667333333334, 16666666673333333334, 1666666666733333333334, 166666666667333333333334, 16666666666673333333333334, 1666666666666733333333333334, 142857142857143142857142857143
Offset: 1
Examples
One example for each possible value of k = q.r / (q*r). a(1) = 11 and 11/(1*1) = 11. a(2) = 12 and 12/(1*2) = 6. a(5) = 36 and 36/(3*6) = 2. a(7) = 1734 and 1734/(17*34) = 3. a(8) = 143143 and 143143/(143*143) = 7.
Links
- Diophante, A1945 - Concaténations en tous genres (in French).
- Giovanni Resta, Zuckerman numbers, Numbers Aplenty.
Comments