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!)
A165991 Numbers n such that 3 + 2^n is not prime. 1
0, 5, 8, 9, 10, 11, 13, 14, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Complement of A057732.
LINKS
EXAMPLE
For n=0, 3+2^0=4 is not prime. n=5, 3+2^5=35=5*7, not prime. n=8, 3+2^8=259=7*37 not prime.
MATHEMATICA
Select[Range[0, 100], !PrimeQ[3 + 2^#] &] (* Vincenzo Librandi, Oct 15 2012 *)
PROG
(Magma) [n: n in [0..100] |not IsPrime(3 + 2^n )]; // Vincenzo Librandi, Oct 15 2012
CROSSREFS
Sequence in context: A259071 A205862 A293795 * A300331 A293271 A348046
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 03 2009
EXTENSIONS
Entries checked - R. J. Mathar, Oct 05 2009
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 23 07:16 EDT 2024. Contains 371905 sequences. (Running on oeis4.)