login
A116159
Numbers k such that k concatenated with itself gives the product of two numbers which differ by 6.
5
5, 95, 216, 287, 515, 675, 995, 1175, 4320, 9995, 82640, 99995, 960795, 999995, 1322312, 4049591, 9999995, 16955015, 34602080, 99999995, 171010235, 181964891, 183673467, 187160072, 321920055, 326530616, 328818032
OFFSET
1,1
COMMENTS
If k has d digits, the concatenation is k//k = 10^d*k+k = m*(m+6), therefore k//k-7 = 10^d*k+k-7 = (m-1)*(m+7), so there is a large overlap with A116113. - R. J. Mathar, May 22 2026
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, Feb 06 2006
STATUS
approved