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.

A346046 Decimal expansion of Sum_{k>=1} 1/A053657(k).

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Jul 02 2021

Keywords

Comments

This constant is irrational (Mingarelli, 2013).

Examples

			1.56276093444693745501422730848953030191387688908204...
		

Crossrefs

Cf. A053657.

Programs

  • Mathematica
    f[n_] := Product[p^Sum[Floor[(n - 1)/((p - 1) p^k)], {k, 0, n}], {p, Prime[Range[n]]}]; RealDigits[Sum[1/f[n], {n, 1, 100}], 10, 100] [[1]]