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.

A103561 Decimal expansion of solution to x^(13^x) = 13.

This page as a plain text file.
%I A103561 #8 Apr 25 2016 12:57:50
%S A103561 1,1,4,5,5,0,6,4,2,8,4,1,0,8,7,4,5,7,0,1,8,3,1,0,7,3,5,2,8,9,0,5,4,9,
%T A103561 1,2,4,2,8,2,3,3,3,4,4,9,0,7,6,5,6,6,3,2,2,7,5,9,3,0,0,0,2,6,0,6,2,5,
%U A103561 4,7,6,2,3,3,0,3,7,6,9,7,0,5,6,0,0,4,1,1,1,6,9,7,8,2,2,8,3,0,2,1,0,6,8,6,9
%N A103561 Decimal expansion of solution to x^(13^x) = 13.
%e A103561 x = 1.145506428410874570183107352890549124282333449076566322759300026...
%t A103561 RealDigits[ FindRoot[x^(13^x) == 13, {x, 1}, WorkingPrecision -> 2^7] [[1, 2]]][[1]] (* _Robert G. Wilson v_, Mar 26 2005 *)
%o A103561 (PARI) solve(x=1,2,x^13^x-13) \\ _Charles R Greathouse IV_, Apr 25 2016
%Y A103561 Cf. A104750, A104751, A104752, A104753, A104754, A104755, A104756, A104757, A104758, A104759, A104760, A104761.
%K A103561 nonn,cons
%O A103561 1,3
%A A103561 _Zak Seidov_, Mar 23 2005
%E A103561 More terms from _Robert G. Wilson v_, Mar 26 2005