The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A116294 Numbers k such that k*(k+1) gives the concatenation of two numbers m and m+1. 5

%I #10 Jul 09 2018 03:17:42

%S 3,7,78,80919,91809,326510,475025,524975,673490,4323777,4767132,

%T 5232868,5676223,4083911141,4975000250,5024999750,5916088859,

%U 9503960496,9604950396,4186904462792,4313465946775,5686534053225,5813095537208,7504715871407,7631277355390

%N Numbers k such that k*(k+1) gives the concatenation of two numbers m and m+1.

%H Giovanni Resta, <a href="/A116294/b116294.txt">Table of n, a(n) for n = 1..2000</a>

%e 80919 * (80919 + 1) = 6547965480, the concatenation of 65479 and 65479 + 1.

%t Union @@ ((x /. List@ ToRules@ Reduce[x (x+1) == 10^# y +y+1 && x>0 && 10^(#-1) <= y+1 < 10^#, {x,y}, Integers]) & /@ Range[13] /. x->{}) (* _Giovanni Resta_, Jul 08 2018 *)

%Y Cf. A116163, A116285, A116295, A116301.

%K nonn,base

%O 1,1

%A _Giovanni Resta_, Feb 06 2006

%E More terms from _Giovanni Resta_, Jul 08 2018

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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)