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