A011519 Decimal expansion of 100th root of 100.
1, 0, 4, 7, 1, 2, 8, 5, 4, 8, 0, 5, 0, 8, 9, 9, 5, 3, 3, 4, 6, 4, 5, 0, 2, 0, 3, 1, 5, 2, 8, 1, 4, 0, 0, 7, 9, 0, 5, 6, 7, 9, 1, 4, 7, 1, 5, 0, 3, 9, 2, 9, 2, 1, 2, 0, 0, 5, 6, 5, 2, 5, 2, 9, 9, 0, 1, 2, 5, 7, 7, 6, 4, 1, 0, 2, 3, 7, 1, 9, 1, 1, 2, 6, 3, 8, 0, 9, 1, 7, 1, 4, 6, 9, 8, 4, 3, 3, 2
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..5000
- M. F. Hasler, "Ranges": Index to n-th roots of x. OEIS Wiki, Aug 26 2017
Crossrefs
Programs
-
Mathematica
RealDigits[N[100^(1/100), 100]][[1]] (* Vincenzo Librandi, Mar 23 2013 *)
-
PARI
sqrtn(100,100) \\ Charles R Greathouse IV, Apr 15 2014