OFFSET
1,1
COMMENTS
Real part of the Gauss sum tau(chi^2) = Sum_{a=0..6} chi(a)^2*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^2) is a root to x^6 - 7*x^3 + 343 = 0.
LINKS
EXAMPLE
2.37046940557620059157...
MATHEMATICA
First[RealDigits[Root[8*#^3 - 42*# - 7 &, 3], 10, 100]] (* Paolo Xausa, May 21 2026 *)
PROG
(PARI) solve(x=2.3, 2.4, 8*x^3 - 42*x - 7)
CROSSREFS
KEYWORD
AUTHOR
Jianing Song, May 20 2026
STATUS
approved
