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.

A086317 Decimal expansion of asymptotic constant xi for counts of weakly binary trees.

This page as a plain text file.
%I A086317 #34 Feb 16 2025 08:32:50
%S A086317 2,4,8,3,2,5,3,5,3,6,1,7,2,6,3,6,8,5,8,5,6,2,2,8,8,5,1,8,1,7,8,2,2,1,
%T A086317 2,8,9,1,8,8,6,9,7,3,4,0,8,1,4,3,6,4,5,8,5,9,2,0,2,5,9,6,9,7,3,0,6,7,
%U A086317 4,2,5,4,0,8,8,5,8,0,9,8,3,9,0,6,4,7,6,4,0,1,6,9,1,6,7,2,1,8,2,7,4,7
%N A086317 Decimal expansion of asymptotic constant xi for counts of weakly binary trees.
%H A086317 Vincenzo Librandi, <a href="/A086317/b086317.txt">Table of n, a(n) for n = 1..1000</a>
%H A086317 Lyuben Lichev, Dieter Mitsche, <a href="https://arxiv.org/abs/2007.15574">On the modularity of 3-regular random graphs and random graphs with given degree sequences</a>, arXiv:2007.15574 [math.PR], 2020.
%H A086317 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/WeaklyBinaryTree.html">Weakly binary tree</a>
%F A086317 Equals 1/A240943.
%F A086317 Equals lim_{n->infinity} A001190(n)^(1/n). - _Vaclav Kotesovec_, Jul 28 2014
%e A086317 2.48325353617263685856228851817822128918869734...
%t A086317 digits = 102; c[0] = 2; c[n_] := c[n] = c[n - 1]^2 + 2; xi[n_Integer] := xi[n] = c[n]^(2^-n); xi[5]; xi[n = 10]; While[RealDigits[xi[n], 10, digits] != RealDigits[xi[n - 5], 10, digits], n = n + 5]; RealDigits[xi[n], 10, digits] // First (* _Jean-François Alcover_, May 27 2014 *)
%Y A086317 Cf. A001190, A086318, A240943.
%Y A086317 Cf. A000672, A003214.
%K A086317 nonn,cons
%O A086317 1,1
%A A086317 _Eric W. Weisstein_, Jul 15 2003
%E A086317 Typos corrected by _Jean-François Alcover_, May 27 2014