A011109 Decimal expansion of 5th root of 24.
1, 8, 8, 8, 1, 7, 5, 0, 2, 2, 5, 8, 9, 8, 0, 3, 9, 6, 4, 3, 2, 8, 1, 2, 9, 4, 8, 9, 4, 5, 5, 5, 0, 5, 5, 1, 2, 4, 5, 2, 3, 8, 7, 4, 0, 4, 2, 3, 0, 0, 3, 0, 6, 7, 1, 5, 0, 2, 0, 9, 9, 7, 9, 0, 7, 0, 5, 5, 8, 6, 4, 8, 6, 5, 1, 3, 7, 8, 8, 9, 9, 6, 3, 1, 2, 8, 7, 7, 6, 3, 0, 3, 1, 8, 7, 1, 1, 7, 1
Offset: 1
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
RealDigits[24^(1/5), 10, 100][[1]] (* Alonso del Arte, Jan 23 2016 *)
-
PARI
sqrtn(24,5) \\ Charles R Greathouse IV, Apr 16 2014