OFFSET
1,1
COMMENTS
This is the best approximation to Pi using four square roots (with coefficients +/-1) of n < 200000, see also A087477.
FORMULA
Minimal polynomial 65536*x^16 -7834828800*x^14 +325374898126848*x^12 -6225495726108876800*x^10 +57537829030165194290688*x^8 -232932990774015996420825600*x^6 +265705438949252749984375197376 *x^4 -2599773034587194227792227381600*x^2 +14994031012496054780625. - R. J. Mathar, Jun 03 2026
EXAMPLE
3.14159265183290...
MATHEMATICA
RealDigits[N[(Sqrt[20467] - Sqrt[19578] + Sqrt[10177] - Sqrt[9553])/2, 101]] (* Georg Fischer, Apr 03 2020 *)
PROG
(PARI) (sqrt(20467)-sqrt(19578)+sqrt(10177)-sqrt(9553))/2 \\ Charles R Greathouse IV, May 18 2026
CROSSREFS
KEYWORD
AUTHOR
Zak Seidov, Sep 09 2003
EXTENSIONS
a(100) corrected by Georg Fischer, Apr 03 2020
STATUS
approved
