login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A085011
Decimal expansion of 4*Product_{k>=0} (1 - 1/(2^k+1)).
5
8, 3, 8, 8, 4, 4, 8, 8, 3, 5, 9, 0, 2, 1, 5, 1, 9, 5, 4, 1, 9, 9, 1, 2, 2, 1, 5, 4, 0, 5, 9, 4, 8, 5, 0, 4, 4, 6, 7, 9, 0, 6, 4, 6, 8, 7, 8, 5, 3, 3, 3, 4, 9, 8, 1, 6, 0, 8, 9, 9, 8, 3, 3, 2, 6, 3, 5, 4, 4, 1, 0, 1, 7, 4, 5, 4, 1, 8, 3, 8, 7, 8, 2, 0, 0, 4, 6, 4, 9, 0, 9, 4, 8, 4, 7, 6, 3, 9, 1, 0, 0, 5, 7, 1
OFFSET
0,1
FORMULA
Equals 4 * A083864. - Amiram Eldar, May 28 2021
EXAMPLE
0.8388448835902...
PROG
(PARI) 4*prod(k=0, 1000, 1-1./(2^k+1))
(PARI) 4*prodinf(k=0, 1-1/(2^k+1)) \\ Amiram Eldar, May 28 2021
CROSSREFS
Cf. A083864.
Sequence in context: A019866 A006833 A368008 * A250129 A099724 A024568
KEYWORD
cons,nonn
AUTHOR
Benoit Cloitre, Jun 19 2003
EXTENSIONS
Leading zero removed by R. J. Mathar, Feb 05 2009
STATUS
approved