OFFSET
1,2
COMMENTS
Appears as an exponent in an upper bound on the number of partitions of a set into disjoint unions; related to the ASTRAL algorithm in phylogenetic reconstruction.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
Daniel Kane and Terence Tao, A bound on partitioning clusters, arXiv:1702.00912 [math.CO] (2017).
Daniel Kane and Terence Tao, A bound on partitioning clusters, Electronic Journal of Combinatorics, 24 (2) (2017), Article P2.31.
EXAMPLE
1.72598245787871910871908531940620853665960266205954942767875290916035...
MATHEMATICA
RealDigits[N[Log[27]/(Log[27/4]), 100]] [[1]] (* Vincenzo Librandi, Feb 24 2017 *)
PROG
(PARI) log(27)/log(27/4)
(Magma) SetDefaultRealField(RealField(100)); Log(27)/Log(27/4); // G. C. Greubel, Oct 13 2018
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Charles R Greathouse IV, Feb 24 2017
EXTENSIONS
More digits from Jon E. Schoenfield, Mar 15 2018
STATUS
approved