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!)
A179798 Record minima of the positive distance d between the 11th power of a positive integer x and the square of an integer y such that d = x^13 - y^2 (x <> k^2 and y <> k^13). 6
92, 1679, 39281, 89927, 296863, 1530322, 12056004, 55972895, 67903894, 102383343, 641211875, 5148097536, 13764973788, 19839459725, 87957606400, 113794567580, 126889914716, 146745583311, 880304597278, 1154049177924 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Distance d is equal to 0 when x = k^2 and y = k^13.
For x values see A179799.
For x values see A179800.
Conjecture (Artur Jasinski):
For any positive number x >= A179799(n), the distance d between the eleventh power of x and the square of any y (such that x <> k^2 and y <> k^13) can't be less than A179798(n).
LINKS
MATHEMATICA
d = 13; max = 1000; vecd = Table[10^100, {n, 1, max}]; vecx = Table[10^100, {n, 1, max}]; vecy = Table[10^100, {n, 1, max}]; len = 1; Do[m = Floor[(n^d)^(1/2)]; k = n^d - m^2; If[k != 0, ile = 0; Do[If[vecd[[z]] < k, ile = ile + 1], {z, 1, len}]; len = ile + 1; vecd[[len]] = k; vecx[[len]] = n; vecy[[len]] = m], {n, 1, 10000000}]; dd = {}; xx = {}; yy = {}; Do[AppendTo[dd, vecd[[n]]]; AppendTo[xx, vecx[[n]]]; AppendTo[yy, vecy[[n]]], {n, 1, len}]; dd
CROSSREFS
Sequence in context: A251934 A064203 A265968 * A232795 A269439 A269623
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jul 27 2010
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 March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)