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.
%I A347177 #16 Feb 16 2025 08:34:02 %S A347177 1,1,6,1,5,4,1,3,9,9,9,9,7,2,5,1,9,3,6,0,8,7,9,1,7,6,8,7,2,4,7,1,7,4, %T A347177 0,7,4,8,4,3,1,4,7,2,5,8,0,2,1,5,1,4,2,9,0,6,3,6,1,6,6,2,1,4,1,3,8,4, %U A347177 9,7,1,6,8,8,9,5,7,7,8,4,6,8,9,7,9,4,7,6,7,2,2,2,3,9,6,0,7,3,0,8,8,9,9,1,5,0,8,7,0,3 %N A347177 Decimal expansion of real part of (i + (i + (i + (i + ...)^(1/3))^(1/3))^(1/3))^(1/3), where i is the imaginary unit. %C A347177 This is the sum of the imaginary parts of the complex roots of the cubic equation 8*r^3 + 2*r - 1 = 0 , and its real solution is A347178. - _Gerry Martens_, Apr 02 2024 %H A347177 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/NestedRadical.html">Nested Radical</a> %F A347177 Equals cosh(asinh(3*sqrt(3)/2)/3). - _Gerry Martens_, Apr 02 2024 %e A347177 1.1615413999972519360879176872471740748431... %t A347177 RealDigits[(1/12) 2^(2/3) 3^(5/6) ((Sqrt[93] - 9)^(1/3) + (9 + Sqrt[93])^(1/3)), 10, 110][[1]] %o A347177 (PARI) (1/12)*2^(2/3)*3^(5/6)*((sqrt(93) - 9)^(1/3) + (9 + sqrt(93))^(1/3)) \\ _Michel Marcus_, Aug 21 2021 %o A347177 (PARI) 2*imag(polroots(8*x^3 + 2*x - 1)[3]) \\ _Gerry Martens_, Apr 02 2024 %Y A347177 Cf. A060006, A156548, A156590, A347178. %K A347177 nonn,cons %O A347177 1,3 %A A347177 _Ilya Gutkovskiy_, Aug 21 2021