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.

A369501 Decimal expansion of the integral of the reciprocal of the Cantor function.

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Jan 25 2024

Keywords

Examples

			3.36465072810092516083893496289...
		

Crossrefs

Formula

Equals Integral_{x=0..1} (1/c(x)) dx, where c(x) is the Cantor function.
Equals Sum_{k>=0} Integral_{x=0..1} c(x)^k dx = Sum_{k>=0} A095844(k)/A095845(k) (Javier Duoandikoetx, in "Cantor's Singular Moments", 1999).
Equals -1/3 + (2/3) * Sum_{k>=1} (2/3)^k * H(2^k), where H(k) = A001008(k)/A002805(k) is the k-th harmonic number (Prodinger, 2000).