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.

A152095 Decimal expansion of (exp(Pi)-log(3))/log(2).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Sep 20 2009

Keywords

Examples

			31.800000003325265599441510811141512819513107767679269989369...
		

References

  • Mike Stay, Posting to Math Fun Mailing List, Mar 17 2009.

Programs

  • Mathematica
    RealDigits[(Exp[Pi]-Log[3])/Log[2],10,120][[1]] (* Harvey P. Dale, Jul 21 2014 *)