login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of sqrt(3)^sqrt(3).
3

%I #12 Jun 23 2017 01:01:12

%S 2,5,8,9,3,9,9,9,0,2,2,6,0,3,4,4,0,6,2,2,7,0,6,7,1,8,6,8,8,9,6,0,7,7,

%T 0,4,2,6,7,6,7,2,0,4,5,6,2,7,1,4,8,7,7,5,2,5,8,5,6,5,9,9,9,2,7,6,5,1,

%U 4,6,6,7,7,0,5,5,7,2,0,4,5,0,7,1,4,9

%N Decimal expansion of sqrt(3)^sqrt(3).

%H G. C. Greubel, <a href="/A185094/b185094.txt">Table of n, a(n) for n = 1..5000</a>

%t RealDigits[N[Sqrt[3]^Sqrt[3],200]][[1]]

%o (PARI) 3^(sqrt(3)/2) \\ _Charles R Greathouse IV_, Oct 01 2012

%Y Cf. A002193, A078333

%K nonn,cons

%O 1,1

%A _Vladimir Joseph Stephan Orlovsky_, Feb 04 2012