The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A200823 Numbers k such that (2^k + k)*2^k + 1 is prime. 7
1, 3, 6, 14, 21, 27, 51, 61, 103, 123, 126, 414, 499, 1509, 2389, 5973, 8558, 12673 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The generalization of this sequence is possible with the primes of the form (b^n +- k)*b^n +- 1.
LINKS
Henri Lifchitz, New forms of primes
EXAMPLE
3 is in the sequence because (2^3 + 3)*2^3 + 1 = 89 is prime.
MATHEMATICA
lst={}; Do[If[PrimeQ[(2^n + n)*2^n+1], AppendTo[lst, n]], {n, 5000}]; lst
PROG
(PARI) is(n)=ispseudoprime((2^n+n)<<n+1) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A109757 A075189 A291987 * A093866 A056596 A026341
KEYWORD
nonn,more
AUTHOR
Michel Lagneau, Nov 23 2011
EXTENSIONS
a(16)-a(18) from Michael S. Branicky, Jul 13 2023
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 14 09:29 EDT 2024. Contains 372532 sequences. (Running on oeis4.)