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!)
A279039 Odd numbers n such that 2^n == 1 (mod sigma(n)). 1

%I #9 Dec 12 2016 09:18:15

%S 1,25,52606009,1088670025,1315150225

%N Odd numbers n such that 2^n == 1 (mod sigma(n)).

%e 25 is a term because it is an odd number and sigma(25) divides 2^25 - 1.

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

%Y Cf. A000203, A000225, A278836.

%K nonn,more

%O 1,2

%A _Altug Alkan_, Dec 04 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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)