|
Search: id:A065442
|
|
|
| A065442 |
|
Decimal expansion of Erdos-Borwein constant Sum_{k=1..inf} 1/(2^k-1). |
|
+0 7
|
|
| 1, 6, 0, 6, 6, 9, 5, 1, 5, 2, 4, 1, 5, 2, 9, 1, 7, 6, 3, 7, 8, 3, 3, 0, 1, 5, 2, 3, 1, 9, 0, 9, 2, 4, 5, 8, 0, 4, 8, 0, 5, 7, 9, 6, 7, 1, 5, 0, 5, 7, 5, 6, 4, 3, 5, 7, 7, 8, 0, 7, 9, 5, 5, 3, 6, 9, 1, 4, 1, 8, 4, 2, 0, 7, 4, 3, 4, 8, 6, 6, 9, 0, 5, 6, 5, 7, 1, 1, 8, 0, 1, 6, 7, 0, 1, 5, 5, 5, 7, 5, 8, 9, 7, 0, 4
(list; cons; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
REFERENCES
|
S. R. Finch, Mathematical Constants, Cambridge, 2003, pp. 354-361.
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,2000
S. R. Finch, Digital Search Tree Constants
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
Eric Weisstein's World of Mathematics, Tree Searching
Eric Weisstein's World of Mathematics, Double Series
Eric Weisstein's World of Mathematics, Irrational Number
|
|
FORMULA
|
Note Sum_{k=1..inf} d(k)/2^k = Sum_{k=1..inf} 1/(2^k-1).
|
|
EXAMPLE
|
1.60669515241529176378330152319092458048057967150575643577807955369...
|
|
MATHEMATICA
|
RealDigits[ Sum[1/(2^k - 1), {k, 350}], 10, 111][[1]] (* Robert G. Wilson v Nov 05 2006 *)
|
|
PROGRAM
|
(PARI) {A065442(n)= s=0; for(x=1, n, s=s+1.0/(2^x-1)); s }
(PARI) { default(realprecision, 2080); x=suminf(k=1, 1/(2^k - 1)); for (n=1, 2000, d=floor(x); x=(x-d)*10; write("b065442.txt", n, " ", d)) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 19 2009]
|
|
CROSSREFS
|
See A038631 for continued fraction.
Sequence in context: A092605 A004016 A093577 this_sequence A141462 A055955 A165071
Adjacent sequences: A065439 A065440 A065441 this_sequence A065443 A065444 A065445
|
|
KEYWORD
|
nonn,cons
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com), Nov 18 2001
|
|
EXTENSIONS
|
More terms from Randall L. Rathbun, Jan 16 2002
|
|
|
Search completed in 0.002 seconds
|