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 #13 Mar 22 2023 08:15:27
%S 1,6,2,2,6,2,1,5,6,4,4,8,2,0,2,9,5,9,8,3,0,8,6,6,8,0,7,6,1,0,8,9,3,1,
%T 5,6,6,6,4,8,8,6,7,6,8,2,8,2,1,2,2,3,5,4,3,9,7,0,2,6,8,3,3,3,4,8,1,9,
%U 9,7,0,3,9,9,4,5,6,0,5
%N Decimal expansion of Sum_{n>=0} 2^n/100^A055642(2^n).
%F Equals Sum_{n>=0} p/100^A055642(p) where p = A000079(n).
%e 0.16226215644820295983086680761089...
%o (PARI) suminf(n=0, 2^n/100^#Str(2^n)) \\ _Charles R Greathouse IV_, Jul 06 2015
%Y Cf. A258718, A259837.
%K nonn,cons,base,easy
%O 0,2
%A _R. J. Mathar_, Jul 06 2015