A372947 Decimal expansion of Sum_{k >= 0} (10^5*A196563(k) - A196564(k)/10^5)/10^k.
1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9
Offset: 6
Examples
101010.10100909090909090909090909090909090909090909090909090...
Links
- Paolo Xausa, Table of n, a(n) for n = 6..10000
- 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.
- Zachary P. Bradshaw and Christophe Vignat, Dubious Identities: A Visit to the Borwein Zoo, arXiv:2307.05565v1 [math.HO], 2023.
Programs
-
Mathematica
First[RealDigits[Sum[(10^5*Count[IntegerDigits[k], ?EvenQ] - Count[IntegerDigits[k], ?OddQ]/10^5)/10^k, {k, 0, 100}], 10, 100]]
Formula
Approximately 11111111111/110000, correct to 109 digits: see Entry 5 in Bradshaw and Vignat (2023), pp. 1 and 10-12.
Comments