A168257 Numbers k with property that 4 + 2*k + 3*k^3 is a square.
0, 1, 9, 784
Offset: 0
Programs
-
Magma
[n: n in [0..10000000]|IsSquare(4+2*n+3*n^3)] // Vincenzo Librandi, Dec 16 2010
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.
[n: n in [0..10000000]|IsSquare(4+2*n+3*n^3)] // Vincenzo Librandi, Dec 16 2010
Comments