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

A010613
Decimal expansion of cube root of 42.
1
3, 4, 7, 6, 0, 2, 6, 6, 4, 4, 8, 8, 6, 4, 4, 9, 7, 8, 6, 7, 3, 9, 8, 6, 5, 2, 1, 9, 0, 0, 4, 5, 3, 7, 4, 3, 4, 0, 0, 4, 8, 3, 8, 5, 3, 8, 7, 8, 6, 9, 6, 7, 4, 2, 1, 4, 7, 4, 2, 2, 3, 9, 5, 6, 7, 2, 7, 0, 9, 6, 1, 2, 3, 5, 3, 6, 4, 3, 3, 4, 3, 2, 4, 9, 9, 4, 3, 0, 7, 8, 5, 8, 1, 7, 4, 3, 5, 8, 8
OFFSET
1,1
LINKS
MATHEMATICA
RealDigits[N[42^(1/3), 100]][[1]] (* Vincenzo Librandi, Mar 26 2013 *)
PROG
(PARI) sqrtn(42, 3) \\ Charles R Greathouse IV, Apr 14 2014
CROSSREFS
Sequence in context: A003975 A285896 A082226 * A299693 A134688 A077650
KEYWORD
nonn,cons
STATUS
approved