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.

A351213 Decimal expansion of the 16th root of 3.

This page as a plain text file.
%I A351213 #13 Apr 18 2022 23:00:05
%S A351213 1,0,7,1,0,7,5,4,8,3,0,7,2,9,1,4,4,6,9,1,2,3,2,4,7,6,3,4,6,9,9,6,5,0,
%T A351213 9,2,1,5,6,6,7,1,4,5,9,3,3,6,1,2,1,6,2,4,6,4,1,1,7,6,1,1,7,0,6,6,5,8,
%U A351213 6,0,4,8,4,7,7,8,5,9,6,5,9,1,2,0,8,3,4,2,1,4,7,3,6,1,6,2,4,7,4,4,8,5,4,1,3,7,9,7,4,7
%N A351213 Decimal expansion of the 16th root of 3.
%F A351213 Equals 3^(1/16).
%e A351213 1.071075483072914469123247...
%p A351213 Digits:=100: evalf(3^(1/16));
%t A351213 RealDigits[3^(1/16), 10, 108][[1]]
%o A351213 (PARI) sqrtn(3,16)
%Y A351213 Cf. A351208 (11th root), A351209 (12th root), A351210 (13th root), A351211 (14th root), A351212 (15th root).
%K A351213 cons,nonn
%O A351213 1,3
%A A351213 _Mark Andreas_, Mar 09 2022