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!)
A201362 Numbers k such that (2^k - k - 1)*2^k + 1 is prime. 7
2, 7, 11, 13, 14, 20, 37, 53, 71, 132, 140, 613, 641, 665, 757, 788, 1878, 6774, 8777, 14575, 20917, 22352, 35828 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2 is in the sequence because (2^2 - 2 - 1)*2^2 + 1 = 5 is prime.
MATHEMATICA
lst={}; Do[If[PrimeQ[(2^n - n-1)*2^n+1], AppendTo[lst, n]], {n, 10000}]; lst
PROG
(PARI) is(n)=ispseudoprime((2^n-n-1)<<n+1) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A113544 A045173 A230048 * A063976 A064000 A069180
KEYWORD
nonn,hard,more
AUTHOR
Michel Lagneau, Nov 30 2011
EXTENSIONS
a(20)-a(23) from Michael S. Branicky, Jul 12 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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)