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

A010617
Decimal expansion of cube root of 46.
1
3, 5, 8, 3, 0, 4, 7, 8, 7, 1, 0, 1, 5, 9, 4, 6, 4, 8, 5, 3, 8, 6, 9, 6, 3, 6, 7, 4, 5, 8, 0, 6, 6, 6, 2, 7, 2, 1, 5, 4, 8, 2, 0, 5, 9, 3, 0, 9, 5, 6, 3, 5, 1, 5, 7, 0, 4, 3, 9, 8, 0, 3, 6, 5, 4, 3, 9, 4, 8, 6, 4, 8, 5, 9, 5, 7, 7, 1, 1, 4, 7, 7, 1, 6, 4, 7, 4, 6, 1, 3, 4, 5, 2, 5, 1, 1, 8, 7, 5
OFFSET
1,1
LINKS
MATHEMATICA
RealDigits[N[46^(1/3), 100]][[1]] (* Vincenzo Librandi, Mar 27 2013 *)
PROG
(PARI) sqrtn(46, 3) \\ Charles R Greathouse IV, Apr 14 2014
CROSSREFS
Sequence in context: A222494 A336238 A181918 * A016659 A019830 A259238
KEYWORD
nonn,cons
STATUS
approved