A011095 Decimal expansion of 5th root of 10.
1, 5, 8, 4, 8, 9, 3, 1, 9, 2, 4, 6, 1, 1, 1, 3, 4, 8, 5, 2, 0, 2, 1, 0, 1, 3, 7, 3, 3, 9, 1, 5, 0, 7, 0, 1, 3, 2, 6, 9, 4, 4, 2, 1, 3, 3, 8, 2, 5, 0, 3, 9, 0, 6, 8, 3, 1, 6, 2, 9, 6, 8, 1, 2, 3, 1, 6, 6, 5, 6, 8, 6, 3, 6, 6, 8, 4, 5, 3, 9, 8, 0, 1, 1, 0, 2, 0, 2, 7, 2, 3, 8, 4, 6, 1, 1, 1, 0, 4
Offset: 1
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
First@ RealDigits@ N[10^(1/5), 99] (* Michael De Vlieger, Apr 27 2017 *)
-
PARI
sqrtn(10,5) \\ Charles R Greathouse IV, Apr 16 2014