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”).

A336055
Decimal expansion of the solution s of s/c = 6, where s = arclength and c = chord length on the unit circle.
3
5, 3, 5, 7, 5, 6, 6, 2, 1, 6, 9, 4, 4, 8, 9, 8, 5, 3, 4, 1, 2, 6, 7, 5, 7, 0, 3, 3, 0, 5, 8, 1, 3, 0, 6, 3, 8, 6, 8, 6, 0, 0, 9, 5, 4, 4, 3, 9, 5, 6, 0, 6, 0, 8, 3, 6, 5, 9, 2, 2, 8, 1, 2, 1, 6, 3, 0, 4, 2, 0, 2, 3, 0, 6, 2, 9, 8, 2, 0, 7, 3, 5, 6, 3, 9, 9
OFFSET
1,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: A228046 A092516 A269893 * A131925 A128010 A185046
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 10 2020
STATUS
approved