OFFSET
1,3
COMMENTS
Imaginary 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
1.02261879187179413087...
MATHEMATICA
First[RealDigits[Root[64*#^6 - 672*#^4 + 1764*#^2 - 1183 &, 4], 10, 100]] (* Paolo Xausa, May 21 2026 *)
PROG
(PARI) solve(x=1.0, 1.1, 64*x^6 - 672*x^4 + 1764*x^2 - 1183)
CROSSREFS
KEYWORD
AUTHOR
Jianing Song, May 20 2026
STATUS
approved
