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!)
A197120 Nonsquare positive integers n such that the fundamental unit of quadratic field Q(sqrt(d))has norm -1 and minimum one from two parts of fundamental unit are not integer. 0
5, 13, 20, 29, 45, 52, 53, 61, 80, 85, 109, 116, 117, 125, 149, 157, 173, 180, 181, 208, 212, 229, 244, 245, 261, 277, 293, 317, 320, 325, 340, 365, 397, 405, 421, 436, 445, 461, 464, 468, 477, 493, 500, 509, 533, 541, 549, 565, 596, 605, 613, 628, 629, 637 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers which occured in A172000 and not in A197115.
LINKS
MATHEMATICA
cr = {}; Do[ If[IntegerQ[Sqrt[n]], , kk = NumberFieldFundamentalUnits[Sqrt[n]]; d1 = kk[[1]][[2]][[1]]; d2 = kk[[1]][[1]] kk[[1]][[2]][[2]]; d3 = Expand[(d1 + d2) (d1 - d2)]; If[d3 == -1, k1 = Max[Denominator[d1], Denominator[d2]]; If[k1 == 1, , AppendTo[cr, n]]]], {n, 2, 2000}]; cr
CROSSREFS
Sequence in context: A184825 A190372 A184837 * A319449 A030374 A369021
KEYWORD
nonn
AUTHOR
Artur Jasinski, Oct 10 2011
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 May 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)