A343002 Discriminants with exactly 2 associated cyclic cubic fields.
3969, 8281, 13689, 17689, 29241, 47089, 61009, 67081, 77841, 90601, 110889, 149769, 162409, 182329, 219961, 231361, 261121, 301401, 305809, 312481, 346921, 363609, 431649, 461041, 494209, 505521, 519841, 582169, 628849, 667489, 758641, 762129, 790321, 859329, 900601, 946729, 962361
Offset: 1
Examples
3969 = 63^2 is a term since it is the discriminant of the 2 cyclic cubic fields Q[x]/(x^3 - 21x - 28) and Q[x]/(x^3 - 21x - 35). 8281 = 91^2 is a term since it is the discriminant of the 2 cyclic cubic fields Q[x]/(x^3 - x^2 - 30x + 64) and Q[x]/(x^3 - x^2 - 30x - 27).
Links
- Jianing Song, Table of n, a(n) for n = 1..10000
- LMFDB, Cubic fields
- Wikipedia, Cubic field
Crossrefs
Discriminants and their square roots of cyclic cubic fields:
Exactly 2 associated cyclic cubic fields: this sequence, A343003.
Programs
-
PARI
isA343002(n) = if(omega(n)==2, if(n==3969, 1, my(L=factor(n)); L[2,1]%3==1 && L[2,2]==2 && ((L[1,1]%3==1 && L[1,2]==2) || L[1,1]^L[1,2] == 81)), 0)
Formula
a(n) = A343003(n)^2.
Comments