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.

A074917 Decimal expansion of (Pi+e)/2 - decimal expansion of (Pi*e)^(1/2).

Original entry on oeis.org

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

Views

Author

Zak Seidov, Oct 01 2002

Keywords

Crossrefs

Programs

  • Mathematica
    RealDigits[(Pi+E)/2,10,120][[1]]-RealDigits[Sqrt[Pi E],10,120][[1]] (* Harvey P. Dale, Sep 05 2023 *)