A011149 Decimal expansion of 5th root of 64.
2, 2, 9, 7, 3, 9, 6, 7, 0, 9, 9, 9, 4, 0, 7, 0, 0, 1, 3, 5, 9, 7, 2, 5, 3, 8, 9, 3, 5, 5, 5, 8, 5, 5, 1, 7, 8, 8, 8, 7, 7, 0, 1, 7, 7, 8, 1, 9, 5, 5, 9, 5, 0, 1, 1, 0, 2, 7, 4, 2, 2, 2, 3, 6, 9, 8, 7, 2, 0, 6, 4, 1, 2, 5, 0, 7, 0, 2, 6, 1, 1, 3, 6, 2, 2, 9, 4, 6, 2, 2, 6, 0, 2, 3, 0, 1, 6, 9, 4
Offset: 1
Examples
2.29739670999407...
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
Programs
-
Maple
Digits:=100: evalf(64^(1/5)); # Wesley Ivan Hurt, Jan 17 2017
-
Mathematica
RealDigits[64^(1/5), 10, 128][[1]] (* Alonso del Arte, Feb 07 2015 *)
-
PARI
sqrtn(64, 5) \\ Michel Marcus, Feb 08 2015