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!)
A128001 Numbers n such that (n-1)*2^n+1 is prime. 2
2, 3, 7, 27, 51, 55, 81, 1471, 1483, 8668, 10885, 20803, 32605, 36391, 57004, 61627, 88651, 89731 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[200], PrimeQ[(# - 1)*2^# + 1] &] (* G. C. Greubel, May 08 2018 *)
PROG
(PARI) is(n)=ispseudoprime((n-1)<<n+1) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Sequence in context: A089708 A107881 A371161 * A264829 A156142 A052877
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Jan 25 2008
EXTENSIONS
a(8)-a(14) from Jason Earls, Jan 29 2008
a(15)-a(18) from Charles R Greathouse IV, Oct 09 2011
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 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)