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.

A082665 Decimal expansion of Y = sum(k>2, 1/2^floor(k^log(log(k)))).

Original entry on oeis.org

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

Views

Author

Ralf Stephan, May 18 2003

Keywords

Comments

The number Y=1.7410455516384369.. is known to be transcendental.

Crossrefs

Cf. A084119.

Programs

  • PARI
    suminf(k=3,1/2^floor(k^log(log(k))))