login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A116172
Numbers k such that k concatenated with k+2 gives the product of two numbers which differ by 5.
11
2, 74, 59264, 510782, 906902, 81790664, 92776472, 10876856041862, 11796926254874, 18332259798794, 18388650720624, 32624670587648, 32699883214248, 43103618706398, 44916698243804, 66132258426302
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.
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, Feb 06 2006
EXTENSIONS
Edited by N. J. A. Sloane, Apr 15 2007
STATUS
approved