login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A175168 Numbers k such that 2^(k-1) mod k is a prime number. 2
6, 10, 14, 22, 26, 27, 30, 34, 38, 45, 46, 58, 62, 74, 82, 86, 94, 106, 118, 122, 134, 142, 146, 153, 155, 158, 166, 170, 178, 182, 189, 194, 202, 206, 214, 215, 218, 226, 231, 254, 262, 274, 278, 287, 297, 298, 302, 314, 323
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that A062173(k) is prime.
LINKS
MATHEMATICA
Select[Range[323], PrimeQ[Mod[2^(#-1), #]] &]
Select[Range[350], PrimeQ[PowerMod[2, #-1, #]]&] (* Harvey P. Dale, Jun 07 2016 *)
CROSSREFS
Sequence in context: A015812 A358776 A315232 * A315233 A360014 A315234
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 23:40 EDT 2024. Contains 376002 sequences. (Running on oeis4.)