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!)
A200819 Primes of the form (2^k - k)*2^k - 1. 7
7, 191, 863, 63487, 22835963083295358096920939600178131376317399039 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The corresponding indices k are 2, 4, 5, 8, 77, 377, 4547, ... (see A200818).
The generalization of this sequence is possible with the primes of the form (b^n +- k)*b^n +- 1.
For k = 377, a(6) contains 227 digits;
For k = 4547, a(7) contains 2738 digits;
For k = 8248, a(8) contains 4966 digits.
LINKS
Henri Lifchitz, New forms of primes
EXAMPLE
191 is in the sequence because, for k=4, (2^4 - 4)*2^4 - 1 = 191 is prime.
MATHEMATICA
a={}; Do[p=(2^n-n)*2^n-1; If[PrimeQ[p], AppendTo[a, p]], {n, 10^3}]; Print[a]
CROSSREFS
Sequence in context: A010332 A368592 A198258 * A232146 A264353 A024096
KEYWORD
nonn,hard
AUTHOR
Michel Lagneau, Nov 23 2011
EXTENSIONS
a(8) from L. Joris Perrenet, Mar 17 2020
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 06:43 EDT 2024. Contains 372528 sequences. (Running on oeis4.)