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.

A351212 Decimal expansion of the 15th root of 3.

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