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 A246711 #17 Aug 21 2023 11:43:29 %S A246711 1,1,1,6,1,2,3,1,7,4,0,3,3,9,0,4,4,3,4,4,4,2,6,1,4,1,3,8,3,7,7,0,9,2, %T A246711 5,8,1,1,1,8,3,1,6,9,2,5,3,5,0,6,8,3,7,8,8,7,1,1,9,0,1,6,0,6,4,0,7,2, %U A246711 6,9,3,8,7,7,6,3,8,7,4,1,2,7,7,0,6,3,2,8,5,8,0,4,3,3,7,6 %N A246711 Decimal expansion of the tenth root of 3. %C A246711 An algebraic integer of degree 10; minimal polynomial x^10 - 3. - _Charles R Greathouse IV_, Apr 20 2016 %H A246711 Chai Wah Wu, <a href="/A246711/b246711.txt">Table of n, a(n) for n = 1..10000</a> %H A246711 <a href="/index/Al#algebraic_10">Index entries for algebraic numbers, degree 10</a> %e A246711 3^(1/10) = 1.1161231740339... %t A246711 RealDigits[3^(1/10), 10, 108][[1]] %o A246711 (PARI) 3^.1 \\ _Charles R Greathouse IV_, Apr 20 2016 %o A246711 (Python) %o A246711 from sympy import integer_nthroot %o A246711 def A246711(n): return integer_nthroot(3*10**(10*(n-1)),10)[0] % 10 # _Chai Wah Wu_, Mar 07 2022 %Y A246711 Cf. A011446 (ninth root of 3), A011273 (nineteenth root of 9). %K A246711 nonn,cons %O A246711 1,4 %A A246711 _Alonso del Arte_, Sep 01 2014