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”).
%I #16 May 28 2021 06:14:15
%S 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,
%T 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,
%U 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
%N Decimal expansion of 4*Product_{k>=0} (1 - 1/(2^k+1)).
%F Equals 4 * A083864. - _Amiram Eldar_, May 28 2021
%e 0.8388448835902...
%o (PARI) 4*prod(k=0,1000,1-1./(2^k+1))
%o (PARI) 4*prodinf(k=0, 1-1/(2^k+1)) \\ _Amiram Eldar_, May 28 2021
%Y Cf. A083864.
%K cons,nonn
%O 0,1
%A _Benoit Cloitre_, Jun 19 2003
%E Leading zero removed by _R. J. Mathar_, Feb 05 2009