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!)
A138598 Numbers k such that |2^(2*k-27)-27| is prime. 0
15, 16, 17, 23, 25, 305, 1277, 2675, 3179, 8987, 9013, 27493, 42703 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2^(2*17-27)-27=101, 2^(2*23-27)-27=524261, 2^(2*25-27)-27=8388581, ...
MATHEMATICA
q=27; For[i=q, i<=q, a={}; Do[x=2^(2*n-i)-i; If[PrimeQ[x], AppendTo[a, n]], {n, 20^2}]; Print["2^(2*n-", i, ")-", i, " ", a]; i=i+2]
Select[Range[1000], PrimeQ[Abs[2^(2#-27)-27]]&] (* Harvey P. Dale, Nov 12 2015 *)
PROG
(PARI) is(n)=ispseudoprime(abs(2^(2*n-27)-27)) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A214424 A358043 A090461 * A281879 A354626 A114841
KEYWORD
more,nonn
AUTHOR
EXTENSIONS
a(7)-a(11) from Iain Fox, Jan 13 2018
a(12) from Iain Fox, Jan 16 2018
a(13) from Iain Fox, Jan 18 2018
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 August 21 08:16 EDT 2024. Contains 375345 sequences. (Running on oeis4.)