A011020 Decimal expansion of 4th root of 24.
2, 2, 1, 3, 3, 6, 3, 8, 3, 9, 4, 0, 0, 6, 4, 3, 1, 8, 4, 8, 1, 7, 5, 8, 0, 5, 4, 6, 8, 8, 0, 6, 6, 3, 2, 9, 7, 1, 0, 7, 8, 3, 6, 3, 6, 5, 0, 5, 9, 8, 1, 8, 9, 5, 1, 0, 3, 3, 6, 4, 0, 4, 0, 9, 3, 5, 0, 0, 7, 6, 9, 7, 0, 6, 9, 4, 1, 5, 9, 6, 6, 3, 4, 8, 8, 0, 0, 2, 1, 5, 8, 9, 2, 9, 3, 9, 0, 1, 4
Offset: 1
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
RealDigits[Surd[24,4],10,120][[1]] (* Harvey P. Dale, Dec 07 2013 *)
-
PARI
sqrtn(24,4) \\ Charles R Greathouse IV, Apr 15 2014