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