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 A011319 #15 Dec 27 2021 22:04:16 %S A011319 1,1,3,2,2,9,3,6,2,5,3,4,0,5,3,6,5,8,7,9,9,5,2,5,8,5,5,9,8,7,7,5,8,7, %T A011319 8,5,0,1,7,6,6,9,3,8,4,9,7,7,4,9,2,6,9,6,0,1,4,8,8,4,3,4,1,6,9,7,4,5, %U A011319 0,1,7,7,8,6,8,7,1,2,1,9,1,9,2,9,9,5,1,9,4,6,9,4,1,8,2,6,8,5,9 %N A011319 Decimal expansion of 20th root of 12. %H A011319 Ivan Panchenko, <a href="/A011319/b011319.txt">Table of n, a(n) for n = 1..1000</a> %t A011319 RealDigits[N[12^(1/20),200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Jan 26 2012 *) %o A011319 (PARI) sqrtn(12,20) \\ _Charles R Greathouse IV_, Apr 15 2014 %K A011319 nonn,cons %O A011319 1,3 %A A011319 _N. J. A. Sloane_