cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A356713 Numbers k such that Mordell's equation y^2 = x^3 - k^3 has exactly 1 integral solution.

This page as a plain text file.
%I A356713 #16 Sep 24 2022 12:34:10
%S A356713 1,2,3,4,5,8,9,10,12,13,14,15,16,17,18,19,20,21,22,25,27,29,30,32,33,
%T A356713 34,35,36,37,39,40,41,43,45,46,48,49,50,51,52,53,56,57,58,59,60,62,64,
%U A356713 65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,86,87,88
%N A356713 Numbers k such that Mordell's equation y^2 = x^3 - k^3 has exactly 1 integral solution.
%C A356713 Numbers k such that Mordell's equation y^2 = x^3 - k^3 has no solution other than the trivial solution (k,0).
%C A356713 Cube root of A179163.
%C A356713 Contains all squares: suppose that y^2 = x^3 - t^6, then (y/t^3)^2 = (x/t^2)^3 - 1. The elliptic curve Y^2 = X^3 - 1 has rank 0 and the only rational points on it are (1,0), so y^2 = x^3 - t^6 has only one solution (t^2,0).
%H A356713 Jianing Song, <a href="/A356713/b356713.txt">Table of n, a(n) for n = 1..108</a> (using data from A179149)
%F A356713 1 is a term since the equation y^2 = x^3 - 1^3 has no solution other than (1,0).
%Y A356713 Cf. A081120, A179163, A356709, A356720. Complement of A228948.
%K A356713 nonn
%O A356713 1,2
%A A356713 _Jianing Song_, Aug 23 2022