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!)
A229848 Values of n such that the equation x^2 - 3*n*y^2 = n has integer solutions. 2

%I #11 Oct 09 2013 03:11:19

%S 1,4,7,9,13,16,19,25,28,31,36,37,43,49,52,61,63,64,67,76,79,81,91,100,

%T 103,109,112,117,121,124,127,139,144,148,151,157,163,169,171,172,175,

%U 181,193,196,199,208,211,217,223,225,229,244,247,252,256,268,271

%N Values of n such that the equation x^2 - 3*n*y^2 = n has integer solutions.

%e 37 appears in the sequence because the equation x^2 - 111*y^2 = 37 has integer solutions.

%t Select[Range[300],Length[FullSimplify[Solve[x^2-3*#*y^2==#,{x,y},Integers]/.C[1]->1]]>0&] (* _Vaclav Kotesovec_, Oct 08 2013 *)

%Y Cf. A172000, A227939

%K nonn

%O 1,2

%A _Colin Barker_, Oct 07 2013

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 April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)