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!)
A102630 Numbers n such that no positive number of the form prime(n)-2^k is prime. 1
1, 2, 31, 35, 54, 67, 68, 74, 97, 109, 126, 134, 140, 151, 155, 165, 168, 171, 181, 205, 244, 251, 256, 260, 274, 275, 276, 285, 298, 328, 330, 341, 352, 368, 376, 389, 405, 413, 417, 421, 430, 444, 447, 450, 451, 463, 471, 481, 495, 509, 510, 516, 522, 526 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Large primes tested by Primo.
LINKS
EXAMPLE
Prime(1)=2, 2-2^0=1, not prime.
Prime(31)=127, 127-2^0 through 127-2^6 are nonprime.
MATHEMATICA
fQ[n_] := Block[{k = Floor[ Log[2, Prime[n]]], p = Prime[n]}, While[k > -1 && !PrimeQ[p - 2^k], k-- ]; If[k > 0, True, False]]; Select[ Range[ 536], !fQ[ # ] &] (* Robert G. Wilson v, Jan 24 2005 *)
CROSSREFS
Sequence in context: A020896 A042153 A267207 * A264783 A215031 A120638
KEYWORD
nonn
AUTHOR
Lei Zhou, Jan 20 2005
EXTENSIONS
More terms from Robert G. Wilson v, Jan 24 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 May 2 14:34 EDT 2024. Contains 372197 sequences. (Running on oeis4.)