login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Decimal expansion of the 17th root of 3.
3

%I #8 Apr 18 2022 23:00:37

%S 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 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 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 Decimal expansion of the 17th root of 3.

%F Equals 3^(1/17).

%e 1.0667581171328452951068613563212343784040253...

%p Digits:=100: evalf(3^(1/17));

%t RealDigits[3^(1/17), 10, 108][[1]]

%o (PARI) sqrtn(3,17)

%Y Cf. A351209 (12th root) A351210 (13th root) A351211 (14th root) A351212 (15th root) A351212 (16th root).

%K cons,nonn

%O 1,3

%A _Mark Andreas_, Mar 09 2022