A179812
Record minima of the positive distance d between the fifteenth power of a positive integer x and the square of an integer y such that d = x^15 - y^2 (x <> k^2 and y <> k^15).
Original entry on oeis.org
7, 7538, 283261, 494576, 4235622, 7135951, 38053824, 55905695, 185380312, 1208691743, 3263221507, 14034746735, 14732727599, 24211719874, 68491624661, 136264246246, 5337970328375, 6845918569200, 15505738619231, 30037885135088
Offset: 1
Cf.
A179107,
A179108,
A179109,
A179386,
A179387,
A179388,
A179407,
A179408,
A179784,
A179785,
A179786,
A179790,
A179791,
A179792,
A179793,
A179794,
A179795,
A179798,
A179799,
A179800,
A179812,
A179813,
A179814.
-
d = 15; 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
A179814
Values y for record minima of the positive distance d between the fifteenth power of a positive integer x and the square of an integer y such that d = x^15 - y^2 (x <> k^2 and y <> k^15).
Original entry on oeis.org
181, 3787, 174692, 685700, 2178889, 5931641, 31622776, 64631634, 1691869691, 2597429617, 16328969210, 22469029417, 54353589638, 380636413501, 2506650894908, 11290681881873, 12924394402851, 127673846293724
Offset: 1
Cf.
A179107,
A179108,
A179109,
A179386,
A179387,
A179388,
A179407,
A179408,
A179784,
A179785,
A179786,
A179790,
A179791,
A179792,
A179793,
A179794,
A179795,
A179798,
A179799,
A179800,
A179812,
A179813,
A179814.
-
d = 15; 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}]; yy
Showing 1-2 of 2 results.
Comments