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

A011023
Decimal expansion of 4th root of 28.
1
2, 3, 0, 0, 3, 2, 6, 6, 3, 3, 7, 9, 1, 2, 0, 6, 0, 0, 5, 0, 8, 5, 8, 9, 2, 6, 3, 5, 6, 6, 4, 3, 5, 0, 7, 3, 4, 8, 7, 3, 9, 4, 5, 5, 9, 2, 7, 4, 8, 9, 3, 0, 7, 3, 9, 1, 0, 6, 4, 3, 4, 3, 1, 2, 9, 8, 2, 7, 8, 2, 0, 9, 8, 5, 1, 3, 0, 5, 0, 6, 5, 3, 9, 8, 1, 0, 5, 9, 0, 8, 1, 9, 3, 2, 0, 0, 5, 3, 8
OFFSET
1,1
LINKS
EXAMPLE
2.3003266337912060050858926...
MATHEMATICA
RealDigits[28^(1/4), 10, 100][[1]] (* Alonso del Arte, Feb 28 2015 *)
PROG
(PARI) sqrtn(28, 4) \\ Charles R Greathouse IV, Apr 15 2014
CROSSREFS
Sequence in context: A170843 A362961 A292596 * A284610 A234017 A182057
KEYWORD
nonn,cons,easy
AUTHOR
STATUS
approved