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

A011090
Decimal expansion of 4th root of 99.
1
3, 1, 5, 4, 3, 4, 2, 1, 4, 5, 5, 2, 9, 9, 0, 4, 2, 3, 4, 9, 2, 3, 1, 2, 6, 8, 4, 9, 2, 9, 4, 6, 8, 7, 9, 8, 0, 4, 9, 6, 2, 3, 6, 2, 9, 3, 3, 0, 9, 8, 3, 5, 7, 8, 9, 9, 5, 4, 1, 0, 1, 7, 5, 8, 1, 9, 9, 1, 8, 5, 5, 2, 6, 8, 7, 2, 4, 9, 1, 2, 1, 5, 0, 8, 2, 8, 2, 5, 4, 3, 8, 9, 2, 2, 8, 0, 2, 3, 4
OFFSET
1,1
LINKS
MATHEMATICA
RealDigits[N[99^(1/4), 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 24 2012 *)
PROG
(PARI) sqrtn(99, 4) \\ Charles R Greathouse IV, Apr 15 2014
CROSSREFS
Sequence in context: A209770 A210799 A068512 * A260629 A339919 A112620
KEYWORD
nonn,cons
STATUS
approved