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!)
A005483 Continued fraction for cube root of 7.
(Formerly M4675)
3
1, 1, 10, 2, 16, 2, 1, 4, 2, 1, 21, 1, 3, 5, 1, 2, 1, 1, 2, 11, 5, 1, 3, 1, 2, 27, 4, 1, 282, 8, 1, 2, 1, 1, 3, 1, 3, 2, 6, 4, 1, 2, 1, 5, 1, 1, 2, 1, 1, 1, 3, 2, 8, 1, 2, 2, 4, 5, 1, 1, 36, 1, 1, 1, 1, 2, 1, 2, 31 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
REFERENCES
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
7^(1/3) = 1.912931182772389... = 1 + 1/(1 + 1/(10 + 1/(2 + 1/(16 + ...)))). - Harry J. Smith, May 08 2009
MATHEMATICA
ContinuedFraction[Surd[7, 3], 70] (* Harvey P. Dale, Oct 01 2013 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(7^(1/3)); for (n=1, 20000, write("b005483.txt", n, " ", x[n])); } \\ Harry J. Smith, May 08 2009
CROSSREFS
Cf. A005482 = Decimal expansion. - Harry J. Smith, May 08 2009
Sequence in context: A367811 A364188 A326107 * A228276 A040099 A330365
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 April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)