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.

A186504 Decimal expansion of the solution x to x^x = 14.

This page as a plain text file.
%I A186504 #12 Aug 08 2023 17:11:27
%S A186504 2,6,7,8,5,2,3,4,8,5,8,9,1,2,9,9,5,8,1,3,0,1,1,9,9,0,0,1,0,0,9,9,5,0,
%T A186504 6,1,5,7,7,8,6,9,9,1,7,5,5,6,1,7,3,6,5,7,7,8,6,0,8,7,2,5,0,8,8,2,3,9,
%U A186504 9,0,0,6,9,2,8,6,8,7,8,9,9,6,2,9,4,7,4,8,7,5,1,0,0,7,1,3,8,4,0,9,1,5
%N A186504 Decimal expansion of the solution x to x^x = 14.
%e A186504 2.6785234858912995813011990010099506157786992..
%t A186504 x=14;RealDigits[Log[x]/ProductLog[Log[x]],10,200][[1]]
%t A186504 RealDigits[x/.FindRoot[x^x==14,{x,2},WorkingPrecision->120]][[1]] (* _Harvey P. Dale_, Aug 08 2023 *)
%Y A186504 Cf. A030798, A173158, A000038, A173159, A173160, A173161, A173162, A173163, A090625, A186501, A186502, A186503, A344930, A093590.
%K A186504 nonn,cons
%O A186504 1,1
%A A186504 _Vladimir Joseph Stephan Orlovsky_, Feb 22 2011