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.

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

Original entry on oeis.org

2, 74, 59264, 510782, 906902, 81790664, 92776472, 10876856041862, 11796926254874, 18332259798794, 18388650720624, 32624670587648, 32699883214248, 43103618706398, 44916698243804, 66132258426302
Offset: 1

Views

Author

Giovanni Resta, Feb 06 2006

Keywords

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

Examples

			92776472//92776474 = 96320542 * 96320547, where // denotes concatenation.
92776472//92776480 = 96320544 * 96320545.
92776472//92776478 = 96320543 * 96320546.
		

Crossrefs

Extensions

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