A343022 Discriminants with exactly 1 associated cyclic cubic field.
49, 81, 169, 361, 961, 1369, 1849, 3721, 4489, 5329, 6241, 9409, 10609, 11881, 16129, 19321, 22801, 24649, 26569, 32761, 37249, 39601, 44521, 49729, 52441, 58081, 73441, 76729, 80089, 94249, 97969, 109561, 113569, 121801, 134689, 139129, 143641, 157609, 167281, 177241
Offset: 1
Examples
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).
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 1 associated cyclic cubic field: this sequence, A002476 U {9}.
Programs
-
PARI
isA343022(n) = if(issquare(n), my(k=sqrtint(n)); k==9 || (isprime(k) && k%3==1), 0)
Formula
a(n) = A002476(n-1)^2 for n >= 3.
Comments