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.

This page as a plain text file.
%I A346444 #12 Oct 17 2021 12:07:25
%S A346444 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,
%T A346444 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,
%U A346444 4,7,9,7,2,3,2,5,3,0,1,2,8,1,5,0,8,7,6,9
%N A346444 Decimal expansion, negated, of the smaller real root of the polynomial of A346442.
%C A346444 See A346442 for more information and references.
%e A346444 -0.99669126804203510224363267899071774051686056837859678314752...
%o A346444 (PARI) P(n,x) = sum(k=0, n, prime(k+1)*x^k);
%o A346444 solve(x=-0.9967, -0.9966, P(2436,x))
%Y A346444 Cf. A346442, A346443, A346445, A346663.
%K A346444 nonn,cons
%O A346444 0,1
%A A346444 _Hugo Pfoertner_, Jul 18 2021