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.

A351214 Decimal expansion of the 17th root of 3.

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