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.

A346444 Decimal expansion, negated, of the smaller real root of the polynomial of A346442.

Original entry on oeis.org

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

Views

Author

Hugo Pfoertner, Jul 18 2021

Keywords

Comments

See A346442 for more information and references.

Examples

			-0.99669126804203510224363267899071774051686056837859678314752...
		

Crossrefs

Programs

  • PARI
    P(n,x) = sum(k=0, n, prime(k+1)*x^k);
    solve(x=-0.9967, -0.9966, P(2436,x))