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