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!)
A010240 Continued fraction for cube root of 10. 2
2, 6, 2, 9, 1, 1, 2, 4, 1, 12, 1, 1, 1, 1, 57, 4, 2, 16, 1, 1, 1, 1, 9, 6, 2, 3, 1, 1, 12, 1, 4, 6, 2, 2, 1001, 3, 2, 6, 9, 1, 15, 1, 2, 1, 1, 27, 2, 1, 1, 21, 1, 11, 9, 2, 18, 15, 2, 25, 1, 1, 1, 1, 35, 30, 2, 4, 3, 10, 1, 3, 3, 4, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
G. Xiao, Contfrac
EXAMPLE
10^(1/3) = 2.1544346900318837... = 2 + 1/(6 + 1/(2 + 1/(9 + 1/(1 + ...)))). - Harry J. Smith, May 08 2009
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(10^(1/3)); for (n=1, 20001, write("b010240.txt", n-1, " ", x[n])); } \\ Harry J. Smith, May 08 2009
CROSSREFS
Cf. A010582 = Decimal expansion. - Harry J. Smith, May 08 2009
Sequence in context: A368522 A033641 A153190 * A369994 A199154 A267859
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 September 4 16:58 EDT 2024. Contains 375685 sequences. (Running on oeis4.)