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.

A244238 Decimal expansion of K = exp(8*G/(3*Pi)), a Kneser-Mahler constant related to an asymptotic inequality involving Bombieri's supremum norm, where G is Catalan's constant. K can be evaluated as Mahler's generalized height measure of the bivariate polynomial (1+x+x^2+y)^2.

This page as a plain text file.
%I A244238 #11 Feb 16 2025 08:33:22
%S A244238 2,1,7,6,0,1,6,1,3,5,2,9,2,3,7,0,4,2,6,2,3,5,1,6,0,7,6,5,7,3,2,3,2,7,
%T A244238 3,7,1,6,7,7,3,2,6,6,1,3,7,1,5,4,2,2,2,5,5,1,6,3,7,8,9,8,2,3,2,2,0,2,
%U A244238 2,9,6,8,2,8,7,0,1,8,0,2,6,0,0,7,6,6,8,5,5,0,9,2,8,5,3,4,2,5,3,1,1,9
%N A244238 Decimal expansion of K = exp(8*G/(3*Pi)), a Kneser-Mahler constant related to an asymptotic inequality involving Bombieri's supremum norm, where G is Catalan's constant. K can be evaluated as Mahler's generalized height measure of the bivariate polynomial (1+x+x^2+y)^2.
%D A244238 Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 3.10 Kneser-Mahler polynomial constants, p. 234.
%H A244238 G. C. Greubel, <a href="/A244238/b244238.txt">Table of n, a(n) for n = 1..10000</a>
%H A244238 Eric Weisstein's MathWorld, <a href="https://mathworld.wolfram.com/BombieriNorm.html">Bombieri Norm</a>
%e A244238 2.17601613529237042623516...
%t A244238 RealDigits[Exp[8*Catalan/(3*Pi)], 10, 102] // First
%o A244238 (PARI) default(realprecision, 100); exp(8*Catalan/(3*Pi)) \\ _G. C. Greubel_, Aug 25 2018
%o A244238 (Magma) SetDefaultRealField(RealField(100)); R:=RealField(); Exp(8*Catalan(R)/(3*Pi(R))); // _G. C. Greubel_, Aug 25 2018
%Y A244238 Cf. A006752, A242908, A242909, A242910.
%K A244238 nonn,cons,easy
%O A244238 1,1
%A A244238 _Jean-François Alcover_, Jun 23 2014