cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A184083 Decimal expansion of product_{p=primes} (1+1/2^p).

This page as a plain text file.
%I A184083 #8 Aug 09 2022 16:21:27
%S A184083 1,4,6,2,4,3,1,2,1,9,0,0,6,9,5,9,8,0,1,3,5,7,2,2,9,0,4,0,1,8,9,7,7,7,
%T A184083 0,5,7,4,2,5,6,5,7,5,7,5,8,0,8,7,7,8,3,2,0,1,1,6,6,9,4,2,9,9,3,1,0,3,
%U A184083 3,8,8,9,7,7,9,3,9,7,6
%N A184083 Decimal expansion of product_{p=primes} (1+1/2^p).
%C A184083 Inverse of the constant A184084.
%F A184083 Equals product_{p in A000040} (1+2^(-p)) = sum_{n>=0} A000586(n)/2^n.
%e A184083 (1+1/2^2) *(1+1/2^3) *(1+1/2^5) *(1+1/2^7) *(1+1/2^11)* .... = 1.4624312190069598013...
%t A184083 RealDigits[Times@@(1+1/2^Prime[Range[100]]),10,120][[1]] (* _Harvey P. Dale_, Sep 28 2013 *)
%o A184083 (PARI) prodeuler(p=2,1e6,1.+(1.>>p)) \\ _Charles R Greathouse IV_, Aug 09 2022
%K A184083 cons,nonn
%O A184083 1,2
%A A184083 _R. J. Mathar_, Jan 09 2011