This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A011519 #16 Jul 08 2025 02:25:23 %S A011519 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, %T A011519 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, %U A011519 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 %N A011519 Decimal expansion of 100th root of 100. %H A011519 Vincenzo Librandi, <a href="/A011519/b011519.txt">Table of n, a(n) for n = 1..5000</a> %H A011519 M. F. Hasler, <a href="/wiki/User_talk:M._F._Hasler/Ranges#n-th_root_of_x">"Ranges": Index to n-th roots of x</a>. OEIS Wiki, Aug 26 2017 %t A011519 RealDigits[N[100^(1/100), 100]][[1]] (* _Vincenzo Librandi_, Mar 23 2013 *) %o A011519 (PARI) sqrtn(100,100) \\ _Charles R Greathouse IV_, Apr 15 2014 %Y A011519 Cf. A011200 ... A011214 (other roots of 5), A011215 ... A011439 (n-th roots of 6, ..., 20) ; A011440 ... A011519 (n-th root of n = 21, ..., 100). %K A011519 nonn,cons %O A011519 1,3 %A A011519 _N. J. A. Sloane_