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

A372551
Decimal expansion of Sum_{k >= 1} (32*A102683(k)-A316869(k)/32)/2^k.
2
6, 2, 4, 3, 8, 9, 0, 5, 1, 8, 0, 8, 4, 0, 6, 6, 4, 7, 1, 1, 6, 3, 2, 4, 5, 3, 5, 6, 7, 9, 3, 7, 4, 3, 8, 9, 0, 5, 1, 8, 0, 8, 4, 0, 6, 6, 4, 7, 1, 1, 6, 3, 2, 4, 5, 3, 5, 6, 7, 9, 3, 7, 4, 3, 8, 9, 0, 5, 1, 8, 0, 8, 4, 0, 6, 6, 4, 7, 1, 1, 6, 3, 2, 4, 5, 3, 5, 6, 7, 9
OFFSET
-1,1
LINKS
J. M. Borwein and P. B. Borwein, Strange Series and High Precision Fraud, The American Mathematical Monthly, Vol. 99, No. 7 (1992), pp. 622-640.
FORMULA
Approximately 511/8184, correct to 240 digits: see Sum 4 in Borwein and Borwein (1992), p. 622.
EXAMPLE
0.06243890518084066471163245356793743890518084066471163245...
MATHEMATICA
First[RealDigits[Sum[(32*DigitCount[k, 10, 9] - DigitCount[k, 10, 8]/32)/2^k, {k, 400}], 10, 100]]
CROSSREFS
Sequence in context: A064925 A173273 A084945 * A370465 A358089 A010493
KEYWORD
nonn,cons
AUTHOR
Paolo Xausa, May 06 2024
STATUS
approved