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.

A260691 Decimal expansion of a constant related to asymptotic behavior of super-roots of 2: lim_{n->inf} (sr[n](2) - sqrt(2))/log(2)^n.

Original entry on oeis.org

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

Views

Author

Vladimir Reshetnikov, Nov 15 2015

Keywords

Comments

Tetration is defined recursively: x^^0 = 1, x^^n = x^(x^^(n-1)). Its inverse, super-root, is defined: sr[n](y) = x iff x^^n = y. Note that lim_{n->inf} sr[n](2) = sqrt(2). Asymptotically, sr[n](2) = sqrt(2) + O(log(2)^n). This constant is the coefficient in the O(log(2)^n) term, i.e. lim_{n->inf} (sr[n](2) - sqrt(2))/log(2)^n.

Examples

			0.0685756598113291039765533114155...
		

Crossrefs

Programs

  • Mathematica
    {0}~Join~RealDigits[SequenceLimit[1`200 Table[(2 - Power @@ Table[Sqrt[2], {n}])/Log[2]^n, {n, 1, 200}]] (1 - Log[2])/(2 Sqrt[2]), 10, 100][[1]] (* Vladimir Reshetnikov, Oct 18 2016 *)

Formula

a = A277435*(1-log(2))/(2*sqrt(2)). - Vladimir Reshetnikov, Oct 18 2016