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!)
A343022 Discriminants with exactly 1 associated cyclic cubic field. 8

%I #14 Apr 03 2021 12:10:30

%S 49,81,169,361,961,1369,1849,3721,4489,5329,6241,9409,10609,11881,

%T 16129,19321,22801,24649,26569,32761,37249,39601,44521,49729,52441,

%U 58081,73441,76729,80089,94249,97969,109561,113569,121801,134689,139129,143641,157609,167281,177241

%N Discriminants with exactly 1 associated cyclic cubic field.

%C A cubic field is cyclic if and only if its discriminant is a square. Hence all terms are squares.

%C Numbers of the form k^2 where A160498(k) = 2.

%C Numbers of the form k^2 where k is in A002476 U {9}. That is to say, numbers of the form k^2 where k = 9 or is a prime congruent to 1 modulo 3.

%C In general, there are exactly 2^(t-1) (cyclic) cubic fields with discriminant k^2 if and only if k is of the form (p_1)*(p_2)*...*(p_t) or 9*(p_1)*(p_2)*...*(p_{t-1}) with distinct primes p_i == 1 (mod 3), See A343000 for more detailed information.

%H Jianing Song, <a href="/A343022/b343022.txt">Table of n, a(n) for n = 1..10000</a>

%H LMFDB, <a href="https://www.lmfdb.org/NumberField/?degree=3">Cubic fields</a>

%H Wikipedia, <a href="https://en.m.wikipedia.org/wiki/Cubic_field">Cubic field</a>

%F a(n) = A002476(n-1)^2 for n >= 3.

%e 169 is a term since the one (and only one) cyclic cubic field with that discriminant is Q[x]/(x^3 - x^2 - 4x - 1).

%o (PARI) isA343022(n) = if(issquare(n), my(k=sqrtint(n)); k==9 || (isprime(k) && k%3==1), 0)

%Y Discriminants and their square roots of cyclic cubic fields:

%Y At least 1 associated cyclic cubic field: A343000, A343001.

%Y Exactly 1 associated cyclic cubic field: this sequence, A002476 U {9}.

%Y At least 2 associated cyclic cubic fields: A343024, A343025.

%Y Exactly 2 associated cyclic cubic fields: A343002, A343003.

%Y Cf. A006832, A160498, A343023.

%K nonn,easy

%O 1,1

%A _Jianing Song_, Apr 02 2021

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 July 22 11:23 EDT 2024. Contains 374490 sequences. (Running on oeis4.)