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!)
A280536 Numbers n such that the sum of the first n primes reduced by some power of 2 is prime. 1
2, 3, 4, 5, 6, 7, 11, 12, 14, 15, 19, 21, 27, 35, 55, 59, 60, 64, 65, 75, 81, 83, 93, 95, 96, 100, 102, 108, 109, 114, 122, 124, 130, 132, 133, 135, 137, 141, 146, 152, 155, 158, 162, 165, 171, 178, 183, 192, 193, 198, 204, 206, 208, 214, 216, 223, 227, 243, 249, 255, 257, 263, 277, 279, 296 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A013916 except for the first term, 1, is a proper subset.
The odd terms are: 3, 5, 7, 11, 15, 19, 21, 27, 35, 55, 59, 65, 75, 81, 83, ..., .
The 10^k-th term: 2, 15, 469, 7980, 110374, 1359497, 16214466, 187663922, ..., .
LINKS
EXAMPLE
11 is in the sequence since the sum of the first 11 primes is A007504(11) = 160 and 160 is divisible by 2^5 which gives 5, a prime.
MATHEMATICA
fQ[n_] := Block[{s = Sum[ Prime@ k, {k, n}]}, PrimeQ[s/2^IntegerExponent[s, 2]]]; Select[Range@300, fQ]
CROSSREFS
Sequence in context: A032976 A174219 A115037 * A090563 A045745 A054010
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jan 04 2017
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 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)