login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104190 Sums of primes between successive powers of two. 0

%I #3 Mar 31 2012 20:35:48

%S 2,8,48,270,1392,6862,32440,149114,674344,3003292,13234674,57809228,

%T 250594424,1079480960,4624303560,19720668918,83744226026,354354250476,

%U 1494620712320,6286217598392

%N Sums of primes between successive powers of two.

%F a(n) = Sum[Prime[i], {i, 2^n, 2^(n+1)-1}]

%t a = Table[Sum[Prime[i], {i, 2^n, 2^(n + 1) - 1}], {n, 0, 24}]

%K nonn

%O 0,1

%A _Roger L. Bagula_, Mar 12 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 11 10:40 EDT 2024. Contains 372409 sequences. (Running on oeis4.)