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.

A173159 Decimal expansion of the constant x which satisfies x^x = 5.

This page as a plain text file.
%I A173159 #9 Jul 14 2020 03:01:07
%S A173159 2,1,2,9,3,7,2,4,8,2,7,6,0,1,5,6,6,9,6,3,8,0,3,1,1,9,9,6,4,9,2,2,5,6,
%T A173159 3,9,4,0,7,3,0,7,7,5,1,1,1,0,2,7,8,7,8,4,2,2,2,7,0,3,7,0,1,7,5,1,4,6,
%U A173159 0,7,5,5,4,9,7,7,2,9,7,1,5,1,0,2,7,3,2,5,1,6,5,4,4,6,6,7,4,0,0,3,8,2,6,1,2
%N A173159 Decimal expansion of the constant x which satisfies x^x = 5.
%H A173159 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%F A173159 Log(5)/W(log(5)).
%e A173159 2.12937248...^2.12937248... = 5.
%e A173159 2.12937248..*log(2.12937248..) = 1.609437... = A016628.
%p A173159 Digits := 20 ; fsolve(x^x=5) ; # _R. J. Mathar_, Mar 11 2010
%t A173159 x=5;RealDigits[Log[x]/ProductLog[Log[x]],10,6! ][[1]]
%o A173159 (PARI) log(5)/lambertw(log(5)) \\ _Charles R Greathouse IV_, Jul 14 2020
%Y A173159 Cf. A030437, A030797, A030798, A173158.
%K A173159 nonn,cons
%O A173159 1,1
%A A173159 _Vladimir Joseph Stephan Orlovsky_, Feb 11 2010
%E A173159 Keyword:cons added by _R. J. Mathar_, Mar 11 2010