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
2, 8, 48, 270, 1392, 6862, 32440, 149114, 674344, 3003292, 13234674, 57809228, 250594424, 1079480960, 4624303560, 19720668918, 83744226026, 354354250476, 1494620712320, 6286217598392 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = Sum[Prime[i], {i, 2^n, 2^(n+1)-1}]
MATHEMATICA
a = Table[Sum[Prime[i], {i, 2^n, 2^(n + 1) - 1}], {n, 0, 24}]
CROSSREFS
Sequence in context: A004141 A009693 A192251 * A152661 A177066 A356429
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Mar 12 2005
STATUS
approved

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 April 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)