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.

Previous Showing 21-21 of 21 results.

A349672 Decimal expansion of the unique solution to zeta(x) = 3 in (1, +oo).

Original entry on oeis.org

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

Views

Author

Jianing Song, Nov 24 2021

Keywords

Examples

			zeta(1.41784593578735729296...) = 3.
		

Crossrefs

Cf. A107311.

Programs

  • Mathematica
    (* following Jean-François Alcover's Mathematica program for A107311 *) x /. FindRoot[ Zeta[x] == 3, {x, 2}, WorkingPrecision -> 102] // RealDigits // First
  • PARI
    solve(x=1.4, 1.5, zeta(x) - 3)
Previous Showing 21-21 of 21 results.