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.

A052110 Decimal expansion of c^c^c^... where c is the constant defined in A037077.

This page as a plain text file.
%I A052110 #50 Feb 16 2025 08:32:41
%S A052110 4,6,1,9,2,1,4,4,0,1,6,4,4,1,1,4,4,5,4,0,8,5,8,8,6,4,2,6,1,4,1,9,4,5,
%T A052110 7,8,6,3,5,0,2,8,2,8,0,1,3,6,4,8,8,2,2,8,4,4,3,4,1,6,2,9,2,7,3,5,8,9,
%U A052110 1,7,2,5,0,2,1,4,1,5,0,1,9,5,2,8,7,5,1,9,9,4,2,2,2,5,8,7,8,6,0,4,7,3,5,7,5
%N A052110 Decimal expansion of c^c^c^...  where c is the constant defined in A037077.
%C A052110 See (Weisstein) link on Power Tower.
%D A052110 Steven R. Finch, Mathematical Constants, Cambridge, 2003, pp. 448-452.
%H A052110 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/PowerTower.html">Power Tower</a>.
%H A052110 Gus Wiseman, <a href="http://www.nafindix.com/math/math.html">Tetration</a>.
%H A052110 OEIS Wiki, <a href="/wiki/Tetration">Tetration</a>.
%H A052110 OEIS Wiki, <a href="/wiki/MRB_constant">MRB constant</a>.
%H A052110 Wikipedia, <a href="http://en.wikipedia.org/wiki/Tetration">Tetration</a>.
%e A052110 0.4619214401644114454085886426141945786350282801364882284434162927358917250...
%t A052110 n = 105; M = NSum[(-1)^n*(n^(1/n) - 1), {n, 1, Infinity}, WorkingPrecision -> n + 10, Method -> "AlternatingSigns"]; L = Log[M]; N[-ProductLog[-L]/L, n] (* _Marvin Ray Burns_, Mar 08 2013 *)
%o A052110 (PARI)
%o A052110 default(realprecision,66);
%o A052110 M=sumalt(x=1,(-1)^x*((x^(1/x))-1));
%o A052110 solve(x=.46,.462,x^(1/x)-M)
%Y A052110 Cf. A037077, A000027, A000312, A002488, A073230.
%K A052110 cons,nonn
%O A052110 0,1
%A A052110 _Marvin Ray Burns_ Jan 20 2000, Mar 28 2008, Nov 08 2009, Mar 24 2010, Jun 27 2011
%E A052110 Simplified definition by _Marvin Ray Burns_, Mar 08 2013