Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #12 Jul 20 2022 04:40:57
%S 1,0,5,9,5,2,6,0,6,4,7,3,8,2,7,5,2,0,2,6,4,1,5,3,9,1,8,0,4,8,5,2,1,7,
%T 1,7,1,1,3,4,6,9,6,9,2,5,7,9,7,5,8,0,0,6,2,1,0,3,3,5,9,4,3,3,5,5,4,4,
%U 1,9,2,8,8,1,4,4,6,2,3,6,7,4,9,7,0,9,0,1,8,5,6,9,3,1,7,7,5,1,0,7,6,4,5,1,5
%N Decimal expansion of the 19th root of 3.
%F Equals 3^(1/19).
%e 1.0595260647382752026415391804852171711346969...
%p Digits:=100: evalf(3^(1/19));
%t RealDigits[3^(1/19), 10, 108][[1]]
%o (PARI) sqrtn(3,19)
%Y Cf. A351211 (14th root), A351212 (15th root), A351213 (16th root), A351214 (17th root), A351215 (18th root).
%K cons,easy,nonn
%O 1,3
%A _Mark Andreas_, Apr 22 2022