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!)
A058602 Numbers k such that 7*2^k - 5 is prime. 1
2, 4, 6, 8, 16, 18, 26, 30, 42, 52, 54, 60, 98, 138, 148, 164, 180, 188, 198, 232, 268, 366, 494, 556, 636, 700, 830, 908, 2164, 5764, 9854, 10384, 17550, 20236, 32820, 42372 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(35) > 30000. - Jinyuan Wang, Feb 01 2020
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 7*2^n - 5 ], Print[ n ] ], {n, 0, 5371} ]
Select[Range[0, 10000], PrimeQ[(7*2^# - 5)] &] (* Vincenzo Librandi, Sep 29 2012 *)
PROG
(PARI) is(n)=ispseudoprime(7*2^n-5) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A058595 (7*2^k + 5 is prime).
Sequence in context: A325764 A258119 A073696 * A133808 A160560 A332291
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Dec 26 2000
EXTENSIONS
a(30)-a(31) from Vincenzo Librandi, Sep 29 2012
a(32)-a(34) from Jinyuan Wang, Feb 01 2020
a(35)-a(36) from Michael S. Branicky, May 19 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)