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