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

A011113
Decimal expansion of 5th root of 28.
1
1, 9, 4, 7, 2, 9, 4, 3, 6, 1, 2, 3, 0, 3, 3, 6, 2, 7, 3, 0, 5, 2, 4, 1, 0, 2, 1, 1, 8, 4, 2, 6, 6, 8, 4, 6, 6, 8, 3, 8, 7, 1, 7, 6, 2, 1, 9, 9, 4, 5, 4, 1, 5, 9, 0, 9, 7, 0, 9, 1, 1, 7, 5, 3, 1, 2, 3, 9, 1, 4, 4, 7, 5, 2, 5, 4, 9, 5, 6, 6, 5, 3, 9, 5, 5, 5, 5, 2, 4, 6, 3, 4, 2, 2, 8, 1, 9, 1, 1
OFFSET
1,2
LINKS
EXAMPLE
1.94729436123033627305241...
MATHEMATICA
RealDigits[28^(1/5), 10, 100][[1]] (* Alonso del Arte, Feb 28 2015 *)
PROG
(PARI) sqrtn(28, 5) \\ Charles R Greathouse IV, Apr 16 2014
CROSSREFS
Sequence in context: A247412 A154397 A116186 * A021841 A176515 A087017
KEYWORD
nonn,cons,easy
AUTHOR
STATUS
approved