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.

A133930 Decimal expansion of the solution to x^x = Phi (A001622, the Golden Ratio).

This page as a plain text file.
%I A133930 #8 Jan 25 2015 02:47:21
%S A133930 1,4,0,7,5,7,9,8,1,4,4,5,8,8,1,0,0,0,4,8,7,3,2,1,0,1,8,8,3,1,5,3,1,8,
%T A133930 6,8,1,0,0,5,6,6,6,3,9,6,3,9,2,7,0,5,1,0,6,7,8,6,7,2,6,6,8,0,3,1,0,1,
%U A133930 0,3,8,0,7,3,3,2,6,5,8,9,2,2,3,1,2,0,5,7,6,3,6,3,2,3,0,5,2,4,2,4,4,2,1,7,1
%N A133930 Decimal expansion of the solution to x^x = Phi (A001622, the Golden Ratio).
%e A133930 x = 1.40757981445881000487...
%t A133930 x=GoldenRatio; RealDigits[Log[x]/ProductLog[Log[x]],10,6! ][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 11 2010 *)
%o A133930 (PARI) solve(x=1,2,x^x-(1+sqrt(5))/2)
%Y A133930 Cf. A001622, A030797.
%K A133930 cons,nonn
%O A133930 1,2
%A A133930 _Rick L. Shepherd_, Sep 29 2007