OFFSET
1,1
COMMENTS
Negated real part of the Gauss sum tau(chi) = Sum_{a=0..6} chi(a)*exp(2*Pi*i/7), where chi is the Dirichlet character modulo 7 such that chi(3) = exp(2*Pi*i/6). Note that tau(chi) is a root to x^12 + 497*x^6 + 117649 = 0.
LINKS
EXAMPLE
2.44013335834553767898...
MATHEMATICA
First[RealDigits[Root[64*#^6 - 672*#^4 + 1764*#^2 - 189 &, 6], 10, 100]] (* Paolo Xausa, May 21 2026 *)
PROG
(PARI) solve(x=2.4, 2.5, 64*x^6 - 672*x^4 + 1764*x^2 - 189)
CROSSREFS
Gauss sums of nontrivial Dirichlet characters modulo 7:
Characters | Gauss sum
------------+----------------------
chi^3 | A010465*i
KEYWORD
AUTHOR
Jianing Song, May 20 2026
STATUS
approved