login
A336056
Decimal expansion of the solution c of s/c = 6, where s = arclength and c = chord length on the unit circle.
3
8, 9, 2, 9, 2, 7, 7, 0, 2, 8, 2, 4, 1, 4, 9, 7, 5, 5, 6, 8, 7, 7, 9, 2, 8, 3, 8, 8, 4, 3, 0, 2, 1, 7, 7, 3, 1, 1, 4, 3, 3, 4, 9, 2, 4, 0, 6, 5, 9, 3, 4, 3, 4, 7, 2, 7, 6, 5, 3, 8, 0, 2, 0, 2, 7, 1, 7, 3, 6, 7, 0, 5, 1, 0, 4, 9, 7, 0, 1, 2, 2, 6, 0, 6, 6, 5
OFFSET
0,1
COMMENTS
See A336043 for a guide to related sequences.
EXAMPLE
s = 5.357566216944898534126757033058130638686009544395606...
c = 0.892927702824149755687792838843021773114334924065934...
MATHEMATICA
t = t /.FindRoot[t == 6 Sqrt[2 - 2 Cos[t]], {t, 4}, WorkingPrecision -> 200]
c = t/6
RealDigits[t][[1]] (* A336055 *)
RealDigits[c][[1]] (* A336056 *)
CROSSREFS
Sequence in context: A201406 A242972 A198142 * A202623 A266261 A117914
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 10 2020
STATUS
approved