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

A011364
Decimal expansion of 20th root of 15.
1
1, 1, 4, 4, 9, 9, 7, 5, 6, 4, 6, 4, 3, 5, 8, 9, 0, 6, 7, 4, 0, 4, 4, 9, 1, 6, 6, 5, 5, 2, 5, 5, 9, 6, 2, 6, 8, 5, 6, 9, 2, 7, 2, 6, 0, 3, 7, 4, 9, 1, 8, 3, 7, 7, 9, 2, 3, 1, 1, 3, 8, 7, 0, 2, 4, 6, 4, 4, 3, 6, 6, 5, 9, 7, 0, 5, 9, 3, 9, 6, 8, 1, 0, 1, 9, 3, 4, 3, 3, 5, 2, 9, 3, 0, 1, 2, 1, 3, 5
OFFSET
1,3
LINKS
FORMULA
Equals A011214*A351217. - R. J. Mathar, Aug 18 2024
EXAMPLE
1.1449975...
MATHEMATICA
RealDigits[Surd[15, 20], 10, 120][[1]] (* Harvey P. Dale, Jul 25 2013 *)
PROG
(PARI) sqrtn(15, 20) \\ Edward Jiang, Sep 05 2014
CROSSREFS
Sequence in context: A198497 A231980 A175051 * A016713 A343620 A168038
KEYWORD
nonn,cons
STATUS
approved