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”).

Negative discriminants with form class group of exponent 2 (negated).
5

%I #5 Jul 20 2018 17:42:07

%S 15,20,24,32,35,36,40,48,51,52,60,64,72,75,84,88,91,96,99,100,112,115,

%T 120,123,132,147,148,160,168,180,187,192,195,228,232,235,240,267,280,

%U 288,312,315,340,352,372,403,408,420,427,435,448,480,483,520,532,555,595,627,660,672,708,715,760

%N Negative discriminants with form class group of exponent 2 (negated).

%D D. A. Cox, Primes of the form x^2+ny^2, Wiley, New York, 1989.

%D D. E. Flath, Introduction to Number Theory, Wiley-Interscience, 1989.

%H Andrew Howroyd, <a href="/A133288/b133288.txt">Table of n, a(n) for n = 1..88</a>

%o (PARI) ok(n)={(-n)%4<2 && quadclassunit(-n).no > 1 && !#select(k->k<>2, quadclassunit(-n).cyc)} \\ _Andrew Howroyd_, Jul 20 2018

%Y Cf. A003171 is the disjoint union of A133675 and this sequence.

%K fini,nonn

%O 1,1

%A _David Brink_, Dec 30 2007