The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A227939 Values of n such that the equation x^2 - 2*n*y^2 = n has integer solutions. 2
1, 3, 4, 9, 11, 12, 16, 19, 25, 27, 33, 36, 43, 44, 48, 49, 51, 57, 59, 64, 67, 73, 75, 76, 81, 83, 89, 99, 100, 107, 108, 121, 123, 129, 131, 132, 139, 144, 147, 163, 169, 171, 172, 176, 177, 179, 187, 192 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
59 appears in the sequence because the equation x^2 - 118*y^2 = 59 has integer solutions.
MATHEMATICA
Select[Range[200], Length[FullSimplify[Solve[x^2-2*#*y^2==#, {x, y}, Integers]/.C[1]->1]]>0&] (* Vaclav Kotesovec, Oct 08 2013 *)
CROSSREFS
Sequence in context: A172980 A336930 A035252 * A047459 A177943 A091380
KEYWORD
nonn
AUTHOR
Colin Barker, Oct 07 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 6 23:38 EDT 2024. Contains 373136 sequences. (Running on oeis4.)