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!)
A058593 Numbers k such that 7*2^k - 3 is prime. 2
1, 3, 4, 8, 9, 12, 15, 19, 23, 24, 33, 75, 92, 128, 139, 140, 167, 235, 284, 504, 524, 779, 804, 912, 1104, 1439, 4680, 4875, 5843, 9033, 9320, 13168, 14305, 15800, 16192, 24135, 26728, 47535, 50215, 52227, 54612 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(38) > 43035. - Jinyuan Wang, Jan 20 2020
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 7*2^n - 3 ], Print[ n ] ], {n, 1, 5222} ]
Select[Range[0, 10000], PrimeQ[(7 2^# - 3)] &] (* Vincenzo Librandi, Sep 29 2012 *)
PROG
(PARI) is(n)=ispseudoprime(7*2^n-3) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Cf. A058592 (7*2^k + 3 is prime).
Sequence in context: A286750 A359376 A135135 * A310017 A191285 A219658
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Dec 26 2000
EXTENSIONS
a(29)-a(31) from Vincenzo Librandi, Sep 29 2012
a(32)-a(37) from Jinyuan Wang, Jan 20 2020
a(38)-a(41) from Michael S. Branicky, Mar 18 2024
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 8 08:13 EDT 2024. Contains 372319 sequences. (Running on oeis4.)