A011334 Decimal expansion of 20th root of 13.
1, 1, 3, 6, 8, 3, 4, 2, 9, 7, 8, 5, 5, 5, 9, 8, 5, 8, 4, 9, 9, 7, 1, 5, 2, 0, 7, 8, 4, 4, 7, 3, 4, 7, 4, 9, 8, 9, 3, 0, 3, 2, 8, 1, 9, 8, 8, 5, 0, 7, 1, 1, 4, 1, 7, 5, 6, 3, 1, 2, 4, 4, 0, 2, 6, 5, 4, 3, 7, 9, 7, 5, 8, 1, 5, 4, 9, 0, 8, 2, 4, 0, 6, 5, 1, 1, 1, 9, 8, 7, 6, 7, 3, 6, 7, 2, 7, 9, 7
Offset: 1
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
RealDigits[N[13^(1/20),200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 26 2012 *) RealDigits[Surd[13,20],10,120][[1]] (* Harvey P. Dale, Nov 28 2022 *)