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.

A104750 Decimal expansion of solution to x^(2^x) = 2.

This page as a plain text file.
%I A104750 #10 May 04 2023 02:34:43
%S A104750 1,3,1,9,9,9,7,8,1,7,8,6,8,7,1,1,2,8,9,2,9,3,9,4,3,8,5,5,1,5,9,1,6,8,
%T A104750 0,4,7,0,5,9,5,0,8,2,0,9,8,1,4,9,3,5,3,9,9,6,8,9,3,4,7,3,5,7,2,7,6,2,
%U A104750 9,7,6,4,5,6,2,2,5,0,4,8,3,7,8,6,5,3,9,0,8,8,3,2,4,5,8,3,9,0,2,4,9,9,5,2,5
%N A104750 Decimal expansion of solution to x^(2^x) = 2.
%e A104750 1.31999781786871128929394385515916804705950820981493...
%t A104750 RealDigits[x /. FindRoot[x^(2^x) == 2, {x, 1}, WorkingPrecision -> 120]][[1]] (* _Amiram Eldar_, May 04 2023 *)
%o A104750 (PARI) solve(x = 1, 2, x^(2^x) - 2) \\ _Amiram Eldar_, May 04 2023
%Y A104750 Cf. A103561, A104751, A104752, A104753, A104754, A104755, A104756, A104757.
%K A104750 cons,nonn
%O A104750 1,2
%A A104750 _Zak Seidov_, Mar 23 2005
%E A104750 More terms from _Amiram Eldar_, May 04 2023