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.

A229177 Decimal expansion of 3 + log_2(3) + log_2(3 + log_2(3)).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Sep 28 2013

Keywords

Comments

This is the fourth term in the sequence of real numbers discussed in A229168-A229170.

Examples

			6.7818724351423888886457636367782053029041818834546993272707...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[3 + Log2[3] + Log2[3 + Log2[3]], 10, 120][[1]] (* Amiram Eldar, Jun 06 2023 *)