A115437
Numbers m such that the concatenation of m with m+4 gives a square.
Original entry on oeis.org
96, 205, 300, 477, 732, 1920, 3157, 52896, 120085, 427020, 8264460, 88581312, 112000885, 112917765, 143075580, 152863360, 193537077, 233788192, 266755221, 313680096, 370908477, 386568925, 440852992, 442670220
Offset: 1
Using "." to denote concatenation, 120085.120089 = 346533^2.
Cf.
A030465,
A102567,
A115426,
A115428,
A115429,
A115430,
A115431,
A115432,
A115433,
A115434,
A115435,
A115436,
A115438.
-
Select[Range[10^5],IntegerQ@Sqrt@FromDigits@Flatten[IntegerDigits/@{#,#+4}]&] (* Giorgos Kalogeropoulos, Jul 27 2021 *)
A115441
Numbers whose square is the concatenation of two numbers k and k+9.
Original entry on oeis.org
465, 536, 718, 822, 3428, 6573, 90907, 980202, 3636361, 6363640, 41176468, 58823533, 413533838, 426573430, 428571426, 432620009, 567379992, 571428575, 573426571, 586466163, 686261111, 725274729, 727272725, 731321308
Offset: 1
Cf.
A030467,
A106497,
A115430,
A115427,
A115438,
A115439,
A115440,
A115442,
A115443,
A115444,
A115445,
A115446,
A115447.
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
92776472//92776474 = 96320542 * 96320547, where // denotes concatenation.
92776472//92776480 = 96320544 * 96320545.
92776472//92776478 = 96320543 * 96320546.
A116193
Numbers k such that k concatenated with k+5 gives the product of two numbers which differ by 5.
Original entry on oeis.org
11, 45, 18281, 32769, 56891, 180689, 330539, 959481, 1850201, 3247409, 4940219, 2425563239, 2575561739, 6003563495, 7245212645, 7770160145, 4983798265289, 5049762270381, 5534298528989, 5603798594169, 21894082450101
Offset: 1
7770160145//7770160136 = 8814851183 * 8814851192, where // denotes concatenation.
A116168
Numbers k such that k concatenated with k+1 gives the product of two numbers which differ by 8.
Original entry on oeis.org
19, 32, 16284704, 35576083, 15764836187996024260119639732979, 19807200907254352332962649366152, 20298517078413563250826300137112, 30190765850423053042937262322867, 30796637697589506772859224996627
Offset: 1
35576083//35576084 = 59645686 * 59645694, where // denotes concatenation.
35576083//35576091 = 59645687 * 59645693.
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
6752089//6752091 = 8217107 * 8217113, where // denotes concatenation.
6752089//6752096 = 8217108 * 8217112.
A116323
n times n+4 gives the concatenation of two numbers m and m+5.
Original entry on oeis.org
463, 534, 716, 820, 3426, 6571, 90905, 980200, 3636359, 6363638, 41176466, 58823531, 413533836, 426573428, 428571424, 432620007, 567379990, 571428573, 573426569, 586466161, 686261109, 725274727, 727272723, 731321306
Offset: 1
A116344
Numbers k such that k*(k+2) gives the concatenation of two numbers m and m+8.
Original entry on oeis.org
464, 535, 717, 821, 3427, 6572, 90906, 980201, 3636360, 6363639, 41176467, 58823532, 413533837, 426573429, 428571425, 432620008, 567379991, 571428574, 573426570, 586466162, 686261110, 725274728, 727272724, 731321307
Offset: 1
Comments