A185094 Decimal expansion of sqrt(3)^sqrt(3).
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, 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, 4, 6, 6, 7, 7, 0, 5, 5, 7, 2, 0, 4, 5, 0, 7, 1, 4, 9
Offset: 1
Links
- G. C. Greubel, Table of n, a(n) for n = 1..5000
Programs
-
Mathematica
RealDigits[N[Sqrt[3]^Sqrt[3],200]][[1]]
-
PARI
3^(sqrt(3)/2) \\ Charles R Greathouse IV, Oct 01 2012