login

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”).

A351214
Decimal expansion of the 17th root of 3.
3
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, 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, 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
OFFSET
1,3
FORMULA
Equals 3^(1/17).
EXAMPLE
1.0667581171328452951068613563212343784040253...
MAPLE
Digits:=100: evalf(3^(1/17));
MATHEMATICA
RealDigits[3^(1/17), 10, 108][[1]]
PROG
(PARI) sqrtn(3, 17)
CROSSREFS
Cf. A351209 (12th root) A351210 (13th root) A351211 (14th root) A351212 (15th root) A351212 (16th root).
Sequence in context: A070058 A160057 A190145 * A195103 A345685 A152485
KEYWORD
cons,nonn
AUTHOR
Mark Andreas, Mar 09 2022
STATUS
approved