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

A010590
Decimal expansion of cube root of 18.
4
2, 6, 2, 0, 7, 4, 1, 3, 9, 4, 2, 0, 8, 8, 9, 6, 6, 0, 7, 1, 4, 1, 6, 6, 1, 2, 8, 0, 4, 4, 1, 9, 9, 6, 2, 7, 0, 2, 3, 9, 4, 2, 7, 6, 4, 5, 7, 2, 3, 6, 3, 1, 7, 2, 5, 1, 0, 2, 7, 7, 3, 8, 0, 5, 7, 2, 8, 6, 9, 9, 8, 1, 9, 1, 9, 6, 0, 4, 2, 1, 0, 8, 8, 2, 8, 4, 5, 5, 8, 2, 5, 9, 8, 9, 0, 7, 3, 5, 9
OFFSET
1,1
LINKS
FORMULA
Equals sqrt(3*sqrt(2*sqrt(3*sqrt(2*sqrt(3*sqrt(2)...))))). - Zak Seidov, Dec 19 2009
EXAMPLE
2.62074139420889660714166128044199627023942764572363172510277380572869981...
MAPLE
evalf[100](root(18, 3)); # Muniru A Asiru, Feb 10 2019
MATHEMATICA
RealDigits[N[18^(1/3), 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 06 2012 *)
PROG
(PARI) sqrtn(18, 3) \\ Charles R Greathouse IV, Apr 14 2014
CROSSREFS
Cf. A010248 (continued fraction).
Sequence in context: A168294 A363737 A004544 * A049061 A342670 A298782
KEYWORD
nonn,cons
STATUS
approved