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.

A246949 Decimal expansion of the coefficient K appearing in the asymptotic expression of the number of forests of ordered trees on n total nodes as K*4^(n-1)/sqrt(Pi*n^3).

Original entry on oeis.org

1, 7, 1, 6, 0, 3, 0, 5, 3, 4, 9, 2, 2, 2, 8, 1, 9, 6, 4, 0, 4, 7, 4, 6, 4, 3, 9, 9, 0, 4, 2, 2, 1, 2, 0, 9, 1, 9, 6, 9, 7, 6, 7, 8, 3, 7, 3, 1, 7, 8, 6, 3, 4, 6, 3, 1, 8, 6, 8, 1, 9, 4, 0, 7, 1, 4, 5, 1, 4, 9, 6, 2, 1, 3, 2, 6, 0, 2, 0, 1, 6, 9, 3, 6, 6, 4, 2, 7, 2, 3, 8, 1, 5, 2, 6, 4, 6, 1, 1, 7, 3, 0, 1, 1, 5
Offset: 1

Views

Author

Jean-François Alcover, Sep 08 2014

Keywords

Comments

See A052854.

Examples

			1.7160305349222819640474643990422120919697678373178634631868194...
		

Crossrefs

Cf. A052854.

Programs

  • Maple
    evalf(exp(sum(1/(2*k)*(1-sqrt(1-4^(1-k))),k=1..infinity)),100); # Vaclav Kotesovec, Sep 17 2014
  • Mathematica
    digits = 76; K = Exp[NSum[1/(2 k)*(1 - Sqrt[1 - 4^(1 - k)]), {k, 1, Infinity}, WorkingPrecision -> digits + 10, NSumTerms -> 100]]; RealDigits[K, 10, digits] // First

Formula

Equals exp(Sum_{k>=1} (1 - sqrt(1 - 4^(1 - k)))/(2*k)).

Extensions

More terms from Vaclav Kotesovec, Sep 17 2014