A227077 y solutions to the Diophantine equation 2*x^2*(x^2 - 1) = 3*(y^2 - 1).
1, 3, 7, 29, 6761
Offset: 0
Keywords
Links
- Richard K. Guy, The Strong Law of Small Numbers (example #29).
Programs
-
Mathematica
Select[Table[Sqrt[3-2x^2+2x^4]/Sqrt[3],{x,0,100}],IntegerQ]//Union (* Harvey P. Dale, Aug 11 2019 *)
Comments