cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A372947 Decimal expansion of Sum_{k >= 0} (10^5*A196563(k) - A196564(k)/10^5)/10^k.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, May 17 2024

Keywords

Comments

Bradshaw and Vignat (2023, p. 12) show that, in general, for p >= 1 Sum_{k >= 0} c_p(k)/10^(p*k) can be approximated by [1[0]{p-1}]{10}1/1[0]{p-1}1[0]{4*p} with an error on the order of 10^(-105*p), where c_p(k) = 10^(p*5)*A196563(k) - A196564(k)/10^(p*5) and [x]_{r} denotes r copies of x.
E.g., for p = 2 we have that Sum_{k >= 0} c_2(k)/10^(2*k) = Sum_{k >= 0} (10^(2*5)*A196563(k) - A196564(k)/10^(2*5))/10^(2*k) can be approximated by 101010101010101010101/10100000000.

Examples

			101010.10100909090909090909090909090909090909090909090909090...
		

Crossrefs

Programs

Formula

Approximately 11111111111/110000, correct to 109 digits: see Entry 5 in Bradshaw and Vignat (2023), pp. 1 and 10-12.