login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A002948 Continued fraction for cube root of 5.
(Formerly M0300)
3
1, 1, 2, 2, 4, 3, 3, 1, 5, 1, 1, 4, 10, 17, 1, 14, 1, 1, 3052, 1, 1, 1, 1, 1, 1, 2, 2, 1, 3, 2, 1, 13, 5, 1, 1, 1, 13, 2, 41, 1, 4, 12, 1, 5, 2, 7, 1, 1, 3, 33, 2, 1, 1, 1, 1, 1, 1, 3, 2, 2, 1, 15, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
REFERENCES
H. P. Robinson, Letter to N. J. A. Sloane, Nov 13 1973.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
S. Lang and H. Trotter, Continued fractions for some algebraic numbers, J. Reine Angew. Math. 255 (1972), 112-134.
S. Lang and H. Trotter, Continued fractions for some algebraic numbers, J. Reine Angew. Math. 255 (1972), 112-134. [Annotated scanned copy]
G. Xiao, Contfrac
EXAMPLE
5^(1/3) = 1.70997594667669698... = 1 + 1/(1 + 1/(2 + 1/(2 + 1/(4 + ...)))). - Harry J. Smith, May 08 2009
MAPLE
with(numtheory): cfrac(5^(1/3), 80, 'quotients'); # Muniru A Asiru, Nov 02 2018
MATHEMATICA
ContinuedFraction[5^(1/3), 100] (* G. C. Greubel, Nov 02 2018 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(5^(1/3)); for (n=1, 20000, write("b002948.txt", n, " ", x[n])); } \\ Harry J. Smith, May 08 2009
(Magma) SetDefaultRealField(RealField(100)); ContinuedFraction(5^(1/3)); // G. C. Greubel, Nov 02 2018
CROSSREFS
Cf. A005481 = Decimal expansion. - Harry J. Smith, May 08 2009
Sequence in context: A094953 A332862 A122687 * A117113 A239430 A260951
KEYWORD
nonn,cofr
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 2 10:51 EDT 2024. Contains 372196 sequences. (Running on oeis4.)