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
1, 25, 52606009, 1088670025, 1315150225 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
25 is a term because it is an odd number and sigma(25) divides 2^25 - 1.
PROG
(PARI) is(n)=Mod(2, sigma(n))^n==1&&n%2==1;
CROSSREFS
Sequence in context: A196520 A228536 A191559 * A237522 A347810 A116197
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Dec 04 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 23 19:56 EDT 2024. Contains 371916 sequences. (Running on oeis4.)