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!)
A279376 Numbers n such that 2^n == n (mod sigma(n)). 0

%I #6 Dec 12 2016 09:18:22

%S 1,34,219760,75963904,1003204036

%N Numbers n such that 2^n == n (mod sigma(n)).

%e 34 is a term because 2^34 == 34 mod 54.

%o (PARI) is(n)=Mod(2, sigma(n))^n==n;

%Y Cf. A000079, A000203.

%K nonn,more

%O 1,2

%A _Altug Alkan_, Dec 11 2016

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 May 2 06:11 EDT 2024. Contains 372178 sequences. (Running on oeis4.)