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

A373024
Decimal expansion of Sum_{k>=0} sin(4k*Pi/5)/2^k.
1
1, 4, 2, 7, 3, 4, 4, 3, 4, 4, 1, 6, 5, 8, 0, 9, 5, 2, 2, 5, 4, 7, 1, 3, 7, 4, 2, 9, 4, 9, 3, 3, 8, 3, 9, 3, 1, 2, 0, 7, 8, 5, 1, 4, 8, 0, 8, 0, 6, 7, 8, 8, 0, 5, 9, 7, 4, 9, 2, 2, 3, 2, 7, 5, 1, 2, 2, 9, 9, 5, 4, 7, 0, 3, 0, 0, 6, 9, 4, 6, 4, 4, 5, 9, 4, 8
OFFSET
0,2
FORMULA
Equals sqrt((10 - 2 sqrt(5)]/(12 + 2 sqrt(5)).
Equals (-1)*Sum_{k>=0} sin(6 k*Pi/5)/2^k.
Minimal polynomial: 5 - 265 x^2 + 961 x^4.
EXAMPLE
0.14273443441658095225471374294933839312078514...
MATHEMATICA
{b, m, h} = {2, 5, 4}; s = Sum[Sin[ h k Pi/m]/b^k, {k, 0, Infinity}]
d = N[s, 100]
First[RealDigits[d], 100]
CROSSREFS
Cf. A373021 (includes guide to related sequences).
Sequence in context: A198994 A368664 A182364 * A021238 A222622 A161179
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 20 2024
STATUS
approved