|
| |
|
|
A028232
|
|
Continued fraction expansion for log_2(10).
|
|
3
| |
|
|
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; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n = 1..20000
|
|
|
EXAMPLE
| 0.3010299956... = 0 + 1/(3 + 1/(3 + 1/(9 + 1/(2 + ...))))
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(2)/log(10)); for (n=1, 20000, write("b028232.txt", n, " ", x[n+1])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 15 2009]
|
|
|
CROSSREFS
| Sequence in context: A010610 A140059 A070517 * A060310 A093096 A097670
Adjacent sequences: A028229 A028230 A028231 * A028233 A028234 A028235
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
EXTENSIONS
| Added an allocatemem statement to my PARI program. - Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 18 2009
|
| |
|
|