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

A011116
Decimal expansion of 5th root of 31.
1
1, 9, 8, 7, 3, 4, 0, 7, 5, 4, 6, 6, 4, 4, 5, 7, 9, 5, 8, 5, 6, 6, 3, 0, 3, 6, 7, 3, 6, 0, 7, 4, 5, 9, 6, 7, 5, 0, 5, 1, 3, 2, 6, 1, 8, 4, 6, 2, 2, 4, 5, 6, 4, 6, 1, 4, 0, 9, 6, 7, 0, 4, 5, 0, 3, 9, 1, 3, 7, 0, 0, 4, 0, 5, 2, 5, 8, 3, 1, 6, 8, 7, 9, 8, 2, 5, 2, 2, 2, 1, 2, 8, 6, 7, 3, 4, 7, 4, 8
OFFSET
1,2
LINKS
EXAMPLE
1.9873407546644579585663036736...
MATHEMATICA
RealDigits[31^(1/5), 10, 100][[1]] (* Alonso del Arte, Mar 31 2015 *)
PROG
(PARI) sqrtn(31, 5) \\ Charles R Greathouse IV, Apr 16 2014
CROSSREFS
Sequence in context: A248080 A278828 A334448 * A106334 A089739 A199264
KEYWORD
nonn,cons,easy
AUTHOR
STATUS
approved