OFFSET
0,2
COMMENTS
See A377522 for its decimal expansion and explanation.
Terms first generated by M. F. Hasler (Oct 29 2024) (see SeqFans Mailing List Thread)
LINKS
SeqFans Mailing List Thread "Overlapping Hyperspheres", SeqFans Mailing List
MATHEMATICA
ContinuedFraction[1/3 - Sqrt[3]/(4*Pi), 100] (* Amiram Eldar, Oct 31 2024 *)
PROG
(PARI) localprec(99); contfrac(1/3-sqrt(3)/4/Pi) \\ M. F. Hasler, Oct 31 2024
(Python)
from sympy import S
list(t for t, _ in zip(S("continued_fraction_iterator(1/3-sqrt(3)/4/pi)"), range(90)))
# M. F. Hasler, Oct 31 2024
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
Joshua Searle, Oct 30 2024
STATUS
approved