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!)
A201363 Numbers k such that (2^k - k - 1)*2^k - 1 is prime. 7
2, 3, 7, 42066 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No further terms less than 10000. - T. D. Noe, Nov 30 2011
LINKS
EXAMPLE
7 is in the sequence because (2^7 - 7 - 1)*2^7 - 1 = 15359 is prime.
MATHEMATICA
lst={}; Do[If[PrimeQ[(2^n - n-1)*2^n-1], AppendTo[lst, n]], {n, 15000}]; lst
PROG
(PARI) is(n)=ispseudoprime((2^n-n-1)<<n-1) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A334021 A196303 A048979 * A088332 A357064 A131959
KEYWORD
nonn,hard,more
AUTHOR
Michel Lagneau, Nov 30 2011
EXTENSIONS
a(4) from Michael S. Branicky, May 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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)