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!)
A245318 Numbers k that divide 2^k + 5. 6
1, 7, 133, 1517, 11761, 676333, 1484413, 3627557, 10289371, 1449045241, 2433687407, 12309023183, 29013950411, 11701492535299, 223598572318157, 362232879754103 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No other terms below 10^15. Some large terms: 37367159696063084325121, 1637537600494693555095121, 50692913747901869910332539, 407*(2^407+5)/1125038874668278099 (108 digits). - Max Alekseyev, Sep 22 2016
LINKS
OEIS Wiki, 2^n mod n
EXAMPLE
2^7 + 5 = 133 is divisible by 7. Thus 7 is a term of this sequence.
MATHEMATICA
Select[Range[10^5], Divisible[2^# + 5, #] &] (* Robert Price, Oct 12 2018 *)
PROG
(PARI)
for(n=1, 10^9, if(Mod(2, n)^n==Mod(-5, n), print1(n, ", ")))
CROSSREFS
Sequence in context: A051832 A103050 A110111 * A370782 A274788 A274258
KEYWORD
nonn,more
AUTHOR
Derek Orr, Jul 17 2014
EXTENSIONS
a(10)-a(13) from Lars Blomberg, Nov 05 2014
a(14)-a(16) from Max Alekseyev, Oct 09 2016
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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)