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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60, we have over 367,000 sequences, and we’ve crossed 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
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
3, 7, 78, 80919, 91809, 326510, 475025, 524975, 673490, 4323777, 4767132, 5232868, 5676223, 4083911141, 4975000250, 5024999750, 5916088859, 9503960496, 9604950396, 4186904462792, 4313465946775, 5686534053225, 5813095537208, 7504715871407, 7631277355390 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
80919 * (80919 + 1) = 6547965480, the concatenation of 65479 and 65479 + 1.
MATHEMATICA
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 *)
CROSSREFS
Sequence in context: A364660 A219292 A181554 * A077793 A175236 A343763
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, Feb 06 2006
EXTENSIONS
More terms from Giovanni Resta, Jul 08 2018
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 December 2 02:40 EST 2023. Contains 367505 sequences. (Running on oeis4.)