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!)
A226018 Numbers n such that prime(n) divides 2^(n-1) + 1. 0
1, 2, 3, 25, 183, 6463, 599806, 10553830, 15377521, 211655508, 603977457, 609080388, 3637001051, 8073907744 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(15) > 10^10. - Giovanni Resta, May 23 2013
LINKS
EXAMPLE
The 25th prime is 97, and 97 divides 2^(25-1) + 1 = 16777217, so 25 is in the sequence.
MATHEMATICA
Select[Range[10^6], (p = Prime[#]; PowerMod[2, # - 1, p] == p - 1) &] (* Giovanni Resta, May 23 2013 *)
CROSSREFS
Sequence in context: A295328 A281169 A296281 * A094998 A208203 A109586
KEYWORD
nonn
AUTHOR
Gerasimov Sergey, May 23 2013
EXTENSIONS
a(5)-a(14) from Giovanni Resta, May 23 2013
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 24 08:28 EDT 2024. Contains 371927 sequences. (Running on oeis4.)