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!)
A046847 Numbers k such that k*2^k - (k-1) is prime. 2
1, 2, 4, 6, 30, 32, 42, 120, 210, 248, 284, 574, 600, 628, 1600, 2800, 3396, 8892, 9426, 14630, 15444, 37384, 51062 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
All terms > 1 are even. - Robert Israel, Sep 22 2014
LINKS
MAPLE
select(t -> isprime(t*2^t - (t-1)), [$1..5000]); # Robert Israel, Sep 22 2014
PROG
(PARI) is(n)=ispseudoprime(n*2^n-(n-1)) \\ Charles R Greathouse IV, May 22 2017
CROSSREFS
Cf. A046846.
Sequence in context: A279419 A077633 A006933 * A339759 A121069 A100838
KEYWORD
nonn,hard,more
AUTHOR
EXTENSIONS
New name from Michel Marcus, Sep 22 2014
a(12)-a(17) from Robert Israel, Sep 22 2014
a(18)-a(23) 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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)