cp's OEIS Frontend

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.

A351208 Decimal expansion of the 11th root of 3.

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