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