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