cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A116173 Numbers k such that k concatenated with k+2 gives the product of two numbers which differ by 6.

Original entry on oeis.org

6752089, 6448802889351008245, 18894512461523256139943105859903480218905, 31958875438439894736354375209245786214798
Offset: 1

Views

Author

Giovanni Resta, Feb 06 2006

Keywords

Comments

Also numbers k such that k concatenated with k+7 gives the product of two numbers which differ by 4.
If k+2 and k-5 have the same number of digits, the k is also in A116126, because k//k+2 = 10^d*k + k + 2 = m*(m+6) then implies a representation k//k-5 = 10^d*k + k - 5 = m*(m+6)-7 = (m-1)*(m+7). - R. J. Mathar, Aug 10 2008

Examples

			6752089//6752091 = 8217107 * 8217113, where // denotes concatenation.
6752089//6752096 = 8217108 * 8217112.
		

Crossrefs

Extensions

Edited by N. J. A. Sloane, Apr 12 2007