The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A246711 Decimal expansion of the tenth root of 3. 5
1, 1, 1, 6, 1, 2, 3, 1, 7, 4, 0, 3, 3, 9, 0, 4, 4, 3, 4, 4, 4, 2, 6, 1, 4, 1, 3, 8, 3, 7, 7, 0, 9, 2, 5, 8, 1, 1, 1, 8, 3, 1, 6, 9, 2, 5, 3, 5, 0, 6, 8, 3, 7, 8, 8, 7, 1, 1, 9, 0, 1, 6, 0, 6, 4, 0, 7, 2, 6, 9, 3, 8, 7, 7, 6, 3, 8, 7, 4, 1, 2, 7, 7, 0, 6, 3, 2, 8, 5, 8, 0, 4, 3, 3, 7, 6 (list; constant; graph; refs; listen; history; text; internal format)
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
Cf. A011446 (ninth root of 3), A011273 (nineteenth root of 9).
Sequence in context: A365164 A153736 A165070 * A164809 A089128 A222215
KEYWORD
nonn,cons
AUTHOR
Alonso del Arte, Sep 01 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 23 07:28 EDT 2024. Contains 372760 sequences. (Running on oeis4.)