A011349 Decimal expansion of 20th root of 14.
1, 1, 4, 1, 0, 5, 4, 5, 3, 6, 0, 8, 3, 8, 2, 2, 6, 4, 0, 5, 7, 2, 8, 1, 7, 9, 2, 7, 0, 8, 4, 9, 6, 1, 7, 8, 6, 7, 0, 8, 0, 3, 2, 7, 3, 1, 3, 1, 1, 6, 7, 5, 2, 3, 6, 2, 6, 2, 7, 5, 0, 5, 8, 6, 2, 2, 1, 0, 6, 6, 4, 5, 4, 5, 0, 7, 9, 2, 9, 7, 0, 5, 7, 9, 4, 2, 4, 4, 3, 9, 0, 5, 5, 0, 4, 8, 0, 9, 4
Offset: 1
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
RealDigits[N[14^(1/20),200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 26 2012 *) RealDigits[Surd[14,20],10,120][[1]] (* Harvey P. Dale, May 03 2023 *)
-
PARI
sqrtn(14,20) \\ Charles R Greathouse IV, Apr 15 2014
Extensions
Last digit corrected by Ivan Panchenko, Sep 05 2014