login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A168257
Numbers k with property that 4 + 2*k + 3*k^3 is a square.
1
OFFSET
0,3
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.
PROG
(Magma)[n: n in [0..10000000]|IsSquare(4+2*n+3*n^3)] // Vincenzo Librandi, Dec 16 2010
CROSSREFS
Sequence in context: A246125 A246126 A091057 * A303143 A137065 A272853
KEYWORD
fini,full,nonn
AUTHOR
Zak Seidov, Nov 21 2009
STATUS
approved