OFFSET
1,4
COMMENTS
An algebraic integer of degree 10; minimal polynomial x^10 - 3. - Charles R Greathouse IV, Apr 20 2016
LINKS
EXAMPLE
3^(1/10) = 1.1161231740339...
MATHEMATICA
RealDigits[3^(1/10), 10, 108][[1]]
PROG
(PARI) 3^.1 \\ Charles R Greathouse IV, Apr 20 2016
(Python)
from sympy import integer_nthroot
def A246711(n): return integer_nthroot(3*10**(10*(n-1)), 10)[0] % 10 # Chai Wah Wu, Mar 07 2022
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Alonso del Arte, Sep 01 2014
STATUS
approved