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.
%I A227077 #16 Jun 02 2025 08:35:56 %S A227077 1,3,7,29,6761 %N A227077 y solutions to the Diophantine equation 2*x^2*(x^2 - 1) = 3*(y^2 - 1). %C A227077 Also solutions to (2*x^2 - 1)^2 = 6*y^2 - 5 as outlined in A180445, which gives the x solutions to this equation {1, 2, 3, 6, 91}. %C A227077 (sqrt(2)*sqrt(sqrt(6*a(n)^2 - 5) + 1) - 1)^2 = A038198(n)^2 gives the Ramanujan-Nagell squares listed in A227078. %H A227077 Richard K. Guy, <a href="http://www.jstor.org/stable/2322249">The Strong Law of Small Numbers</a> (example #29). %t A227077 Select[Table[Sqrt[3-2x^2+2x^4]/Sqrt[3],{x,0,100}],IntegerQ]//Union (* _Harvey P. Dale_, Aug 11 2019 *) %Y A227077 Cf. A180445, A038198, A227078. %K A227077 nonn %O A227077 0,2 %A A227077 _Raphie Frank_, Jun 30 2013