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 A265131 #16 Jul 19 2020 11:42:35 %S A265131 4,4,3,3,4,4,8,8,7,3,5,7,9,1,5,0,7,4,1,5,9,8,0,0,2,7,9,3,7,8,8,6,8,8, %T A265131 6,0,1,2,2,5,4,1,3,9,6,5,2,2,2,2,9,2,1,4,9,5,7,7,1,3,5,9,5,4,0,8,8,4, %U A265131 9,4,5,4,8,8,1,8,6,0,0,2,4,6,5,9,7,8,8,6,7,6,8,7,9,2,2,8,4,9,2,5,1,9,9,4,1,5,3,0,0,1,1,9,8,1 %N A265131 Decimal expansion of positive x satisfying x^(x^x) = LambertW(1). %H A265131 Wikipedia, <a href="https://en.wikipedia.org/wiki/Lambert_W_function">Lambert W function</a> %H A265131 Wikipedia, <a href="https://en.wikipedia.org/wiki/Omega_constant">Omega constant</a> %e A265131 0.44334488735791507415980027937886886012254139652223... %t A265131 RealDigits[x/.FindRoot[x^(x^x)==ProductLog[1],{x,1},WorkingPrecision-> 120]][[1]] (* _Harvey P. Dale_, Jul 19 2020 *) %o A265131 (PARI) default(realprecision,2000);solve(x=0.001,3,x^(x^x)-lambertw(1)) %Y A265131 Cf. A030178, A264807, A264808. %K A265131 nonn,cons %O A265131 0,1 %A A265131 _Anders Hellström_, Dec 02 2015