OFFSET
1,1
COMMENTS
Also numbers k such that k concatenated with k+6 gives the product of two numbers which differ by 3.
Also numbers k such that k concatenated with k+8 gives the product of two numbers which differ by 1.
If k+2 and k-4 have the same number of digits, then k is also in A116132 because k//k+2 = 10^d*k + k + 2 = m*(m+5) then implies k//k-4 = 10^d*k + k - 4 = m*(m+5) - 6 = (m-1)*(m+6). - R. J. Mathar, Aug 10 2008
EXAMPLE
92776472//92776474 = 96320542 * 96320547, where // denotes concatenation.
92776472//92776480 = 96320544 * 96320545.
92776472//92776478 = 96320543 * 96320546.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, Feb 06 2006
EXTENSIONS
Edited by N. J. A. Sloane, Apr 15 2007
STATUS
approved