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

A372925
Decimal expansion of Sum_{k >= 1} A210436(k)^2/2^k.
1
5, 2, 7, 2, 2, 0, 3, 3, 0, 8, 0, 4, 4, 9, 2, 9, 3, 6, 2, 2, 4, 9, 6, 8, 5, 0, 1, 1, 9, 2, 9, 3, 3, 5, 4, 4, 2, 1, 8, 9, 6, 3, 6, 2, 2, 2, 2, 8, 7, 7, 5, 1, 6, 5, 5, 3, 6, 2, 8, 3, 9, 4, 4, 9, 9, 1, 0, 1, 9, 4, 8, 9, 0, 4, 9, 1, 3, 8, 1, 3, 9, 0, 2, 3, 6, 7, 1, 0, 2, 4
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 196669/37303, correct to 88 digits: see Example 4.2 (c) in Borwein and Borwein (1992), pp. 634-635, although there is a typo in the denominator of the summands (6^k instead of 2^k).
EXAMPLE
5.2722033080449293622496850119293354421896362222877516553628...
MATHEMATICA
First[RealDigits[Sum[IntegerLength[6^k]^2/2^k, {k, 350}], 10, 100]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Paolo Xausa, May 17 2024
STATUS
approved