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 A351209 #15 Feb 11 2025 14:28:55 %S A351209 1,0,9,5,8,7,2,6,9,1,1,3,5,2,4,4,3,8,0,1,6,0,0,1,9,1,2,8,0,7,2,5,4,8, %T A351209 6,5,2,7,9,9,7,5,1,3,6,3,5,1,9,1,9,9,2,4,8,8,7,9,4,0,6,8,7,7,5,5,9,2, %U A351209 4,6,5,3,6,0,0,4,8,7,6,5,1,2,5,5,6,5,0,0,6,1,9,2,1,1,0,4,2,5,7,5,7,6,0,9,9 %N A351209 Decimal expansion of the 12th root of 3. %H A351209 <a href="/index/Al#algebraic_12">Index entries for algebraic numbers, degree 12</a>. %F A351209 Equals 3^(1/12). %e A351209 1.0958726911352443801600191280725486527997513... %p A351209 Digits:=100: evalf(3^(1/12)); %t A351209 RealDigits[3^(1/12), 10, 108][[1]] %o A351209 (PARI) sqrtn(3,12) %o A351209 (Python) %o A351209 from sympy import integer_nthroot %o A351209 def A351209(n): return integer_nthroot(3*10**(12*(n-1)),12)[0] % 10 # _Chai Wah Wu_, Mar 07 2022 %Y A351209 Cf. A246710 (8th root), A011446 (9th root), A246711, (10th root), A351208 (11th root). %K A351209 cons,nonn %O A351209 1,3 %A A351209 _Mark Andreas_, Feb 07 2022