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.

A351215 Decimal expansion of the 18th root of 3.

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