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

A010598
Decimal expansion of cube root of 26.
2
2, 9, 6, 2, 4, 9, 6, 0, 6, 8, 4, 0, 7, 3, 7, 0, 5, 0, 8, 6, 7, 3, 0, 6, 2, 1, 8, 9, 3, 4, 1, 8, 3, 8, 5, 3, 7, 5, 6, 6, 3, 5, 7, 4, 2, 2, 3, 1, 8, 8, 6, 6, 4, 3, 5, 7, 6, 6, 3, 2, 6, 3, 3, 7, 1, 6, 9, 4, 2, 2, 4, 3, 2, 5, 9, 8, 4, 8, 2, 4, 2, 2, 8, 9, 3, 7, 9, 9, 6, 2, 1, 2, 2, 8, 7, 5, 5, 3, 2
OFFSET
1,1
LINKS
MATHEMATICA
RealDigits[N[26^(1/3), 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 09 2012 *)
PROG
(PARI) sqrtn(26, 3) \\ Charles R Greathouse IV, Apr 14 2014
CROSSREFS
Sequence in context: A296004 A108986 A011069 * A152564 A318523 A138029
KEYWORD
nonn,cons
STATUS
approved