OFFSET
1,1
COMMENTS
If k-6 has d digits, the concatenation is k//k-6 = 10^d*k+k-6 = m*(m+2), therefore k//k-9 = 10^d*k+k-9 = (m-1)*(m+3), so there is a large overlap or equality with A116096. Also k//k-5 = 10^d*k+k-5 = (m+1)^2, so there is a large overlap or equality with A115433. - R. J. Mathar, May 22 2026
EXAMPLE
9900249006//9900249000 = 9949999500 * 9949999502, where // denotes concatenation.
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
Giovanni Resta, Feb 06 2006
STATUS
approved
