A011265 Decimal expansion of 11th root of 9.
1, 2, 2, 1, 0, 9, 4, 6, 2, 3, 4, 9, 8, 6, 5, 5, 3, 8, 8, 2, 3, 0, 7, 7, 0, 4, 3, 7, 1, 4, 0, 1, 1, 5, 4, 2, 8, 6, 5, 6, 4, 1, 9, 3, 6, 6, 9, 4, 8, 3, 2, 7, 4, 5, 4, 2, 4, 7, 2, 7, 4, 7, 7, 9, 5, 7, 3, 1, 7, 6, 1, 3, 3, 1, 2, 4, 6, 6, 1, 9, 0, 7, 7, 9, 5, 4, 6, 9, 3, 5, 6, 3, 5, 8, 4, 9, 3, 8, 3
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..5000
Programs
-
Mathematica
RealDigits[N[9^(1/11), 100]][[1]] (* Vincenzo Librandi, Mar 22 2013 *) RealDigits[Surd[9,11],10,120][[1]] (* Harvey P. Dale, Apr 01 2023 *)
-
PARI
sqrtn(9,11) \\ Charles R Greathouse IV, Apr 15 2014