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!)
A045578 Numbers k that divide 5^k + 2^k. 1

%I #20 Oct 23 2021 10:06:17

%S 1,7,49,343,2401,11179,16807,24059,78253,117649,168413,547771,823543,

%T 1178891,3834397,5764801,8252237,11812969,17852863,23649997,26840779,

%U 34591207,38422223,40353607,57765659,82690783,94527811,124970041,165549979,178539809,187885453

%N Numbers k that divide 5^k + 2^k.

%H Amiram Eldar, <a href="/A045578/b045578.txt">Table of n, a(n) for n = 1..64</a>

%t Select[Range[200000], Divisible[PowerMod[2, #, #] + PowerMod[5, #, #], #] &] (* _Amiram Eldar_, Oct 23 2021 *)

%Y Cf. A074600.

%K nonn

%O 1,2

%A _David W. Wilson_

%E More terms from _Amiram Eldar_, Oct 23 2021

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 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)