A011304 Decimal expansion of 20th root of 11.
1, 1, 2, 7, 3, 7, 8, 2, 0, 4, 1, 5, 7, 8, 3, 3, 0, 2, 4, 1, 4, 3, 0, 7, 8, 0, 1, 9, 8, 1, 3, 4, 3, 4, 7, 5, 3, 4, 5, 0, 8, 6, 3, 7, 6, 6, 5, 1, 8, 8, 9, 1, 9, 2, 6, 8, 6, 9, 3, 5, 9, 1, 2, 2, 7, 4, 7, 0, 7, 2, 5, 0, 1, 9, 5, 5, 3, 9, 3, 6, 2, 2, 8, 8, 2, 1, 7, 9, 8, 8, 9, 7, 3, 3, 4, 6, 7, 1, 8
Offset: 1
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
RealDigits[N[11^(1/20),200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 26 2012 *)
-
PARI
sqrtn(11,20) \\ Charles R Greathouse IV, Apr 15 2014