OFFSET
1,2
COMMENTS
All terms > 1 are even. - Robert Israel, Sep 22 2014
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
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
a(24)-a(25) from Michael S. Branicky, Aug 18 2024
STATUS
approved