login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A116170 Numbers k such that k concatenated with k+2 gives the product of two numbers which differ by 1. 5
590, 738, 830, 1080, 4508, 20660, 29754, 980300, 6694218, 49826988, 117738578, 131505858, 132231404, 176445054, 177285320, 247979808, 252028388, 335180054, 336337790, 404958680, 406231130, 431477468, 499519478 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
As:= {}:
for m from 2 to 20 do
acands:= map(t -> rhs(op(t)), [msolve(a*(a+1)=2, 10^m+1)]);
bcands:= map(t -> t*(t+1) mod 10^m, acands);
good:= select(t -> bcands[t]>=10^(m-1), [$1..nops(acands)]);
As:= As union convert(bcands[good], set);
od: map(t -> t-2, sort(convert(As, list))); # Robert Israel, Aug 20 2019
CROSSREFS
Sequence in context: A203628 A204752 A320713 * A171724 A195894 A263555
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, Feb 06 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 12 13:41 EDT 2024. Contains 375113 sequences. (Running on oeis4.)