OFFSET
0,1
COMMENTS
Also: a constant describing the peak location of the density of states of the minimal difference partition problem in the fermionic case [Comtet et al.].
LINKS
Gheorghe Coserea, Table of n, a(n) for n = 0..12345
A. Comtet, S. N. Majumdar and S. Ouvry, Integer Partitions and Exclusion Statistics, arXiv:0705.2640 [cond-mat.stat-mech], 2007, eq (6).
EXAMPLE
0.76430413884568819720562499904060001690455623711504906130392...
MATHEMATICA
RealDigits[Sqrt[3] Log[4]/Pi, 10, 111][[1]] (* Robert G. Wilson v, Nov 08 2015 *)
PROG
(PARI) print(2*sqrt(3)*log(2)/Pi);
(PARI) default(realprecision, 60);
eval(vecextract(Vec(Str(2*sqrt(3)*log(2)/Pi)), "3..-2")) \\ Gheorghe Coserea, Nov 07 2015
CROSSREFS
KEYWORD
AUTHOR
R. J. Mathar, Sep 28 2007
EXTENSIONS
Leading zero removed by R. J. Mathar, Feb 06 2009
STATUS
approved