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!)
A197171 Values k such that singular quadratic unity of Q(k) have gcd(k,y) = 2. 1
6, 14, 22, 30, 34, 38, 42, 54, 56, 62, 66, 86, 94, 102, 110, 118, 126, 132, 134, 138, 142, 146, 150, 156, 158, 166, 174, 178, 182, 186, 190, 194, 198, 206, 210, 214, 220, 222, 228, 230, 246, 254, 258, 262, 270, 278, 282, 286, 294, 302, 306, 310, 322, 326 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
Conjecture: This sequence is infinite.
LINKS
MATHEMATICA
cr = {}; ck = {}; Do[If[IntegerQ[Sqrt[n]], , kk = NumberFieldFundamentalUnits[Sqrt[n]]; d1 = kk[[1]][[2]][[1]]; d2 = kk[[1]][[1]] kk[[1]][[2]][[2]]; d4 = Numerator[d2/Sqrt[n]]; If[GCD[d4, n] == 1, , AppendTo[ck, GCD[d4, n]]; AppendTo[cr, n]]], {n, 2, 200000}]; aa = {}; Do[If[ck[[n]] == 2, AppendTo[aa, cr[[n]]]], {n, 1, Length[cr]}]; aa
CROSSREFS
Sequence in context: A138290 A023057 A197127 * A062316 A079299 A043445
KEYWORD
nonn
AUTHOR
Artur Jasinski, Oct 11 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 April 23 05:09 EDT 2024. Contains 371906 sequences. (Running on oeis4.)