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

A010327
Continued fraction for cube root of 99.
1
4, 1, 1, 1, 2, 14, 3, 2, 1, 1, 1, 21, 1, 3, 287, 3, 1, 1, 1, 3, 1, 1, 11, 1, 2, 2, 7, 1, 1, 1, 1, 2, 5, 2, 18, 3, 1, 2, 1, 6, 2, 1, 5, 3, 2, 1, 5, 5, 1, 1, 2, 2, 1, 2, 1, 1, 1, 10, 6, 1, 7, 7, 878, 1, 4, 18, 3, 2, 1, 1, 8, 1, 4, 1, 4, 7, 10
OFFSET
0,1
LINKS
G. Xiao, Contfrac
MATHEMATICA
ContinuedFraction[99^(1/3), 80] (* Vincenzo Librandi, Oct 08 2017 *)
PROG
(Magma) ContinuedFraction(99^(1/3)); // Vincenzo Librandi, Oct 08 2017
(PARI) contfrac(99^(1/3)) \\ Felix Fröhlich, Oct 08 2017
CROSSREFS
Cf. A010669.
Sequence in context: A128211 A348986 A199393 * A134835 A321592 A031278
KEYWORD
nonn,cofr
STATUS
approved