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!)
A116339 k times k+6 gives the concatenation of two numbers m and m+7. 6
378, 617, 708, 903, 8761, 45456, 54539, 693063, 8181812, 88235288, 327935224, 330669332, 363636365, 418318517, 428571430, 461538455, 538461540, 571428565, 581681478, 636363630, 669330663, 672064771, 691571588 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
f:= proc(d) local S, x;
S:= map(rhs@op, [msolve((x+3)^2 = 16, 10^d+1)]);
end proc:
g:= proc(n, d) local m; m:= ((n+3)^2-16)/(10^d+1)+7; m >= 10^(d-1) and m < 10^d end proc:
sort([seq](op(select(g, f(i), i)), i=2..13)); # Robert Israel, Jan 27 2024
CROSSREFS
Sequence in context: A268373 A030029 A064242 * A225440 A098840 A065702
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 September 8 22:43 EDT 2024. Contains 375759 sequences. (Running on oeis4.)