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