A011053 Decimal expansion of 4th root of 60.
2, 7, 8, 3, 1, 5, 7, 6, 8, 3, 7, 1, 3, 7, 4, 0, 6, 0, 2, 1, 0, 7, 5, 0, 6, 4, 5, 2, 8, 5, 4, 4, 7, 4, 0, 3, 3, 9, 2, 6, 9, 9, 0, 3, 9, 2, 2, 3, 6, 6, 0, 7, 1, 1, 8, 5, 7, 1, 8, 4, 4, 2, 7, 2, 1, 2, 0, 3, 7, 0, 4, 9, 3, 9, 8, 1, 6, 7, 7, 3, 3, 1, 8, 6, 1, 5, 8, 1, 6, 7, 7, 8, 5, 0, 9, 9, 8, 9, 4
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
RealDigits[60^(1/4),10,120][[1]] (* Harvey P. Dale, Oct 22 2012 *)
-
PARI
sqrtn(60,4) \\ Charles R Greathouse IV, Apr 16 2014