A115430
Numbers k such that the concatenation of k with k+9 gives a square.
Original entry on oeis.org
216, 287, 515, 675, 1175, 4320, 82640, 960795, 1322312, 4049591, 16955015, 34602080, 171010235, 181964891, 183673467, 187160072, 321920055, 326530616, 328818032, 343942560, 470954312, 526023432, 528925616, 534830855
Offset: 1
Cf.
A030465,
A102567,
A115426,
A115437,
A115428,
A115429,
A115431,
A115432,
A115433,
A115434,
A115435,
A115436,
A115441.
A116205
Numbers k such that k concatenated with k+7 gives the product of two numbers which differ by 3.
Original entry on oeis.org
1, 81, 1353, 3997, 7723, 23761, 26271, 76771, 1415683, 3890571, 8495497, 1066870443, 1239366513, 4198438981, 4534273891, 6502317141, 6918679731, 2199164200036329043, 2820114781174460091, 5500888421709400741
Offset: 1
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.
A116171
Numbers k such that k concatenated with k+2 gives the product of two numbers which differ by 3.
Original entry on oeis.org
8, 52, 63716866, 48793687600063875363014809897052, 60020753655608135708762056127156, 60446518621981165303188950156776, 71135436903815748345367595855336, 72876856643103028189103298533248
Offset: 1
63716866//63716868 = 79822844 * 79822847, where // denotes concatenation.
63716866//63716870 = 79822845 * 79822846.
A116179
Numbers k such that k concatenated with k+3 gives the product of two numbers which differ by 5.
Original entry on oeis.org
1, 3, 81, 1353, 3997, 7723, 23761, 26271, 76771, 1415683, 3890571, 8495497, 1066870443, 1239366513, 4198438981, 4534273891, 6502317141, 6918679731, 2199164200036329043, 2820114781174460091, 5500888421709400741
Offset: 1
A116185
Numbers k such that k concatenated with k+4 gives the product of two numbers which differ by 3.
Original entry on oeis.org
150, 186, 324, 376, 666, 2046, 3000, 82650, 100384, 466716, 1322316, 4049584, 67820074, 110003884, 135734074, 156502836, 196043286, 213017754, 238849000, 261405396, 289940826, 310507774, 365294050, 398891964, 446667216
Offset: 1
-
cc:=proc(x,y) local s: s:=proc(m) nops(convert(m,base,10)) end: x*10^s(y)+y: end: a:=proc(n) if type(sqrt(9+4*cc(n,n+4)),integer) then n else fi end: seq(a(n),n=1..500000); # very slow; cc yields the concatenation of x and y; - Emeric Deutsch, May 05 2007
A116158
Numbers k such that k concatenated with itself gives the product of two numbers which differ by 5.
Original entry on oeis.org
6, 96, 150, 186, 324, 376, 666, 996, 2046, 3000, 9996, 82650, 99996, 100384, 466716, 999996, 1322316, 4049584, 9999996, 67820074, 99999996, 110003884, 135734074, 156502836, 196043286, 213017754, 238849000, 261405396
Offset: 1
A116200
Numbers k such that k concatenated with k+6 gives the product of two numbers which differ by 5.
Original entry on oeis.org
210, 294, 5880, 52888, 127044, 414180, 8264470, 12456750, 41868508, 112670544, 441341880, 468144040, 669421494, 702338994, 715976338, 750005718, 960645294, 1491030294, 3768258010, 4783279044, 8505429358, 17105045530
Offset: 1
A116303
n times n+5 gives the concatenation of two numbers m and m+2.
Original entry on oeis.org
3, 84, 76981, 714688, 952312, 90438189, 96320542, 32980078899027, 34346653774236, 42816188292271, 42881990066486, 57118009933510, 57183811707725, 65653346225760, 67019921100969, 81321742742208
Offset: 1
96320542 * 96320547 = 92776472//92776474, where // denotes
concatenation.
A116330
Numbers k such that k*(k+3) gives the concatenation of two numbers m and m+6.
Original entry on oeis.org
4, 85, 76982, 714689, 952313, 90438190, 96320543, 32980078899028, 34346653774237, 42816188292272, 42881990066487, 57118009933511, 57183811707726, 65653346225761, 67019921100970, 81321742742209
Offset: 1
96320543 * 96320546 = 92776472//92776478, where // denotes concatenation.
Showing 1-10 of 11 results.
Comments