login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A336053
Decimal expansion of the solution s of s/c = 5, where s = arclength and c = chord length on the unit circle.
3
5, 1, 9, 1, 4, 7, 8, 1, 5, 9, 2, 9, 9, 5, 9, 8, 5, 6, 3, 5, 3, 3, 7, 1, 9, 4, 0, 0, 9, 5, 6, 3, 8, 7, 8, 3, 5, 5, 8, 9, 0, 8, 7, 8, 8, 5, 4, 8, 8, 4, 7, 9, 6, 4, 9, 7, 3, 8, 1, 1, 3, 3, 8, 0, 4, 7, 2, 6, 1, 3, 3, 2, 7, 6, 6, 8, 6, 1, 5, 2, 4, 8, 0, 1, 6, 7
OFFSET
1,1
COMMENTS
See A336043 for a guide to related sequences.
s = 5.191478159299598563533719400956387835589087885488...
c = 1.038295631859919712706743880191277567117817577097...
MATHEMATICA
t = t /.FindRoot[t == 5 Sqrt[2 - 2 Cos[t]], {t, 4}, WorkingPrecision -> 200]
c = t/5
RealDigits[t][[1]] (* A336053 *)
RealDigits[c][[1]] (* A336054 *)
CROSSREFS
Sequence in context: A255294 A115521 A140705 * A266072 A376018 A147423
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 10 2020
STATUS
approved