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

A010643
Decimal expansion of cube root of 73.
1
4, 1, 7, 9, 3, 3, 9, 1, 9, 6, 3, 8, 1, 2, 3, 1, 8, 9, 2, 0, 5, 6, 3, 7, 6, 3, 4, 8, 9, 0, 8, 7, 6, 7, 7, 6, 8, 0, 1, 3, 9, 9, 4, 4, 3, 8, 2, 5, 8, 4, 3, 3, 4, 4, 2, 5, 2, 3, 1, 2, 2, 4, 1, 4, 4, 1, 1, 5, 7, 9, 5, 7, 8, 8, 9, 3, 8, 0, 6, 3, 1, 6, 6, 7, 7, 4, 5, 1, 7, 8, 6, 7, 1, 6, 8, 3, 8, 6, 5
OFFSET
1,1
LINKS
MATHEMATICA
RealDigits[N[73^(1/3), 100]][[1]] (* Vincenzo Librandi, Mar 29 2013 *)
PROG
(PARI) sqrtn(73, 3) \\ Charles R Greathouse IV, Apr 14 2014
CROSSREFS
Sequence in context: A078975 A349672 A050411 * A377344 A108906 A193842
KEYWORD
nonn,cons
AUTHOR
STATUS
approved