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.

A372766 Decimal expansion of Sum_{k >= 1} floor(k*log_10(2))/2^k.

Original entry on oeis.org

1, 4, 2, 7, 1, 7, 4, 9, 7, 5, 5, 6, 2, 0, 7, 2, 3, 3, 6, 2, 6, 5, 8, 8, 4, 6, 5, 2, 9, 8, 2, 4, 1, 4, 2, 1, 5, 0, 1, 3, 3, 7, 5, 2, 6, 4, 0, 3, 8, 0, 5, 1, 8, 2, 0, 6, 8, 7, 8, 4, 3, 5, 2, 3, 2, 2, 2, 1, 8, 3, 9, 5, 0, 3, 2, 5, 1, 9, 0, 0, 2, 7, 1, 6, 6, 7, 2, 8, 3, 4
Offset: 0

Views

Author

Paolo Xausa, May 12 2024

Keywords

Examples

			0.14271749755620723362658846529824142150133752640380518206878...
		

Crossrefs

Programs

  • Mathematica
    First[RealDigits[Sum[Floor[k*Log10[2]]/2^k, {k, 350}], 10, 100]]

Formula

Approximately 146/1023, correct to 30 digits: see Example 4.1 (d) in Borwein and Borwein (1992), p. 633.