The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A028232 Continued fraction expansion for log_2(10). 6
3, 3, 9, 2, 2, 4, 6, 2, 1, 1, 3, 1, 18, 1, 6, 1, 2, 1, 1, 4, 1, 42, 6, 1, 4, 2, 3, 1, 2, 6, 1, 3, 4, 1, 8, 1, 4, 1, 2, 2, 7, 1, 4, 1, 1, 3, 3, 1, 3, 1, 1, 7, 6, 1, 5, 10, 2, 2, 1, 8, 1, 2, 16, 24, 1, 6, 1, 8, 1, 1, 5, 1, 1, 1, 1, 1, 2, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
0.3010299956... = 0 + 1/(3 + 1/(3 + 1/(9 + 1/(2 + ...)))).
MATHEMATICA
ContinuedFraction[Log[2, 10], 80] (* Harvey P. Dale, Apr 17 2012 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(2)/log(10)); for (n=1, 20000, write("b028232.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Apr 15 2009
CROSSREFS
Sequence in context: A324895 A070517 A290408 * A225359 A060310 A093096
KEYWORD
nonn,cofr
AUTHOR
EXTENSIONS
Added an allocatemem statement to my PARI program. - Harry J. Smith, Apr 18 2009
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 13 02:15 EDT 2024. Contains 372497 sequences. (Running on oeis4.)