OFFSET
0,1
COMMENTS
Terms are computed using the conjectured formula.
REFERENCES
Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 7.1, p. 456.
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..1000
Eric Weisstein's World of Mathematics, Landau constant.
FORMULA
It is conjectured that L = 0.5432589653429767... = Gamma(1/3)*Gamma(5/6)/Gamma(1/6).
Equivalently 2^(5/3) * Pi^2 / (3 * Gamma(1/3)^3). - Vaclav Kotesovec, Jun 10 2018
Equivalently Product_{k>=0} (18*k^2 + 21*k + 3)/(18*k^2 + 21*k + 5). - Antonio Graciá Llorente, May 02 2024
MATHEMATICA
Gamma[1/3]*Gamma[5/6]/Gamma[1/6] // RealDigits[#, 10, 104]& // First (* Jean-François Alcover, Feb 25 2014 *)
PROG
(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
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Benoit Cloitre, Apr 09 2003
STATUS
approved