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!)
A059611 Numbers k such that 2^k - 17 is prime. 14
6, 8, 12, 16, 18, 20, 22, 24, 32, 36, 42, 44, 96, 104, 152, 174, 198, 336, 414, 444, 468, 488, 664, 808, 848, 3632, 4062, 5586, 5904, 6348, 8628, 9224, 9916, 13136, 15966, 17120, 17568, 17652, 20560, 31572, 33644, 104098, 115842, 130572, 164110, 189414, 205110, 406758 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are even since for odd k, 2^k - 17 is divisible by 3.
LINKS
Henri Lifchitz and Renaud Lifchitz, Search for 2^n-17, PRP Top Records.
EXAMPLE
444 is present because 2^444 - 17 is prime.
MATHEMATICA
Select[Range[5, 20000], PrimeQ[2^#-17]&] (* Vladimir Joseph Stephan Orlovsky, Feb 27 2011 *)
PROG
(PARI) is(n)=isprime(2^n-17) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Cf. A096502.
Cf. Sequences of numbers k such that 2^k - d is prime: A000043 (d=1), A050414 (d=3), A059608 (d=5), A059609 (d=7), A059610 (d=9), A096817 (d=11), A096818 (d=13), A059612 (d=15), this sequence (d=17), A096819 (d=19), A096820 (d=21), A057220 (d=23), A356826 (d=29).
Sequence in context: A027827 A328537 A157941 * A177085 A338370 A194409
KEYWORD
nonn
AUTHOR
Andrey V. Kulsha, Feb 05 2001
EXTENSIONS
a(34)-a(40) from Max Alekseyev, a(41) from Paul Underwood, a(42)-a(44) from Gary Barnes, a(45)-a(47) from Lelio R Paula, added by Max Alekseyev, Feb 09 2012
a(48) by Lelio R. Paula, added by Robert Price, Dec 06 2013
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 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)