login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081760 Decimal expansion of the conjectured Landau's constant L. 4

%I #24 Sep 28 2022 08:12:09

%S 5,4,3,2,5,8,9,6,5,3,4,2,9,7,6,7,0,6,9,5,2,7,2,8,2,9,5,3,0,0,6,1,3,2,

%T 3,1,1,3,8,8,6,3,2,9,3,7,5,8,3,5,6,9,8,8,9,5,5,7,3,2,5,6,9,1,0,0,4,3,

%U 4,6,8,7,0,1,5,3,0,7,8,3,7,3,1,2,8,5,2,1,2,7,1,0,2,2,5,9,7,1,0,8,5,7,5,3

%N Decimal expansion of the conjectured Landau's constant L.

%C Terms are computed using the conjectured formula.

%H Harry J. Smith, <a href="/A081760/b081760.txt">Table of n, a(n) for n = 0..1000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/LandauConstant.html">Landau constant</a>

%F It is conjectured that L = 0.5432589653429767... = Gamma(1/3)*Gamma(5/6)/Gamma(1/6).

%F Equivalently 2^(5/3) * Pi^2 / (3 * Gamma(1/3)^3). - _Vaclav Kotesovec_, Jun 10 2018

%t Gamma[1/3]*Gamma[5/6]/Gamma[1/6] // RealDigits[#, 10, 104]& // First (* _Jean-François Alcover_, Feb 25 2014 *)

%o (PARI) { default(realprecision, 1080); x=gamma(1/3)*gamma(5/6)/gamma(1/6); d=0; for (n=0, 1000, x=(x-d)*10; d=floor(x); write("b081760.txt", n, " ", d)); } \\ _Harry J. Smith_, Apr 13 2009

%K cons,nonn

%O 0,1

%A _Benoit Cloitre_, Apr 09 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 11:38 EDT 2024. Contains 371838 sequences. (Running on oeis4.)