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 A011095 #21 Jul 08 2025 01:55:43 %S A011095 1,5,8,4,8,9,3,1,9,2,4,6,1,1,1,3,4,8,5,2,0,2,1,0,1,3,7,3,3,9,1,5,0,7, %T A011095 0,1,3,2,6,9,4,4,2,1,3,3,8,2,5,0,3,9,0,6,8,3,1,6,2,9,6,8,1,2,3,1,6,6, %U A011095 5,6,8,6,3,6,6,8,4,5,3,9,8,0,1,1,0,2,0,2,7,2,3,8,4,6,1,1,1,0,4 %N A011095 Decimal expansion of 5th root of 10. %H A011095 Ivan Panchenko, <a href="/A011095/b011095.txt">Table of n, a(n) for n = 1..1000</a> %t A011095 First@ RealDigits@ N[10^(1/5), 99] (* _Michael De Vlieger_, Apr 27 2017 *) %o A011095 (PARI) sqrtn(10,5) \\ _Charles R Greathouse IV_, Apr 16 2014 %K A011095 nonn,cons %O A011095 1,2 %A A011095 _N. J. A. Sloane_