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.

A168257 Numbers k with property that 4 + 2*k + 3*k^3 is a square.

Original entry on oeis.org

0, 1, 9, 784
Offset: 0

Views

Author

Zak Seidov, Nov 21 2009

Keywords

Comments

4 + 2*k + 3*k^3 = m^2 with k = {0,1,9,784} = {0,1,3,28}^2, and m = 2,3,47,38022.

Programs

  • Magma
    [n: n in [0..10000000]|IsSquare(4+2*n+3*n^3)] // Vincenzo Librandi, Dec 16 2010