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!)
A179109 Values y for records of minima of positive distance d between a square cubefree integer y and a cube of positive and squarefree integer x and such d = y^2 - x^3. 31
3, 312, 1138, 378661, 736844, 611085363, 149651610621 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If x=n^2 and y=n^3 distance d=0.
For x values see A179108.
For d values see A179107.
For numbers x from 46 to 108 distance can't be less than 8.
For numbers x from 109 to 5233 distance can't be less than 15.
For numbers x from 5234 to 8157 distance can't be less than 17.
For numbers x from 8158 to 729113 distance can't be less than 24.
For numbers x from 729114 to 28187350 distance can't be less than 225.
LINKS
MATHEMATICA
d = 3; 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)] + 1; k = m^2 - n^d; 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, 720114}]; dd = {}; xx = {}; yy = {}; Do[AppendTo[dd, vecd[[n]]]; AppendTo[xx, vecx[[n]]]; AppendTo[yy, vecy[[n]]], {n, 1, len}]; yy (* Artur Jasinski, Oct 30 2011 *)
CROSSREFS
Sequence in context: A123032 A132305 A074327 * A316329 A062333 A222725
KEYWORD
more,nonn
AUTHOR
Artur Jasinski, Jun 29 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 June 9 11:46 EDT 2024. Contains 373239 sequences. (Running on oeis4.)