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.

A342203 Decimal expansion of solution to zeta(x) = e.

Original entry on oeis.org

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

Views

Author

Koksal Karakus, Mar 04 2021

Keywords

Examples

			zeta(1.4744642873...) = e.
		

Crossrefs

Cf. A001113 (e), A107311.

Programs

  • Mathematica
    RealDigits[x /. FindRoot[Zeta[x] == E, {x, 2}, WorkingPrecision -> 105], 10, 100][[1]] (* Amiram Eldar, Mar 05 2021 *)
  • PARI
    solve(x=1.1, 2, zeta(x)-exp(1)) \\ Michel Marcus, Mar 05 2021

Extensions

More digits from Alois P. Heinz, Mar 05 2021