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.

Showing 1-2 of 2 results.

A371134 Decimal expansion of Sum_{squarefree k>=1} k / 2^k.

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Mar 12 2024

Keywords

Comments

Erdős (1981) conjectured and Chen and Ruzsa (1999) proved that this constant is irrational.

Examples

			1.69790781977962506446424089965347807016709423133847...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Sum[n/2^n, {n, Select[Range[1000], SquareFreeQ]}], 10, 120][[1]]

Formula

Equals Sum_{k>=1} A005117(k) / 2^A005117(k).
Equals Sum_{k>=1} k * mu(k)^2 / 2^k.

A371135 Decimal expansion of Sum_{powerful k>=1} k / 2^k.

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Mar 12 2024

Keywords

Comments

Chen and Ruzsa (1999) proved that this constant is irrational.

Examples

			0.79907321982327239944106432321005064531722246539852...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Sum[n/2^n, {n, Select[Range[1000], # == 1 || Min[FactorInteger[#][[;; , 2]]] > 1 &]}], 10, 120][[1]]

Formula

Equals Sum_{k>=1} A001694(k) / 2^A001694(k).
Equals Sum_{k>=1} k * A112526(k) / 2^k.
Showing 1-2 of 2 results.