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!)
A276238 Numbers k such that 2^sigma(k) == -1 (mod k). 2
1, 5, 4097, 7361, 85073, 658529, 3999137, 16777217, 50281793, 68544541, 72281281, 78202273, 102931841, 128459137, 204786497, 244622261, 336392993, 613750913, 714155969, 785432401, 1008179297 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Terms are 1, 5, 17*241, 17*433, 241*353, 17*38737, 353*11329, 97*257*673, ...
1074702941, 1250862433, 1440721697, 1568001217, 1713613525, 2140345601, 2540788609, 3275604737, 4755026593, 5468121409, 5762812001, 6115556525, 6449655809, 6653504801, 9817079873, 14262957473, 15268309153, 25080521857, 50944294561, ... are also terms. - Jinyuan Wang, Aug 26 2019
LINKS
EXAMPLE
5 is a term because 2^sigma(5) = 64 and 64 == -1 (mod 5).
PROG
(PARI) is(k) = Mod(2, k)^sigma(k) == -1;
CROSSREFS
Sequence in context: A073826 A159397 A024074 * A357125 A086896 A177503
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Dec 12 2016
EXTENSIONS
a(13)-a(21) from Jinyuan Wang, Aug 26 2019
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 September 2 20:32 EDT 2024. Contains 375616 sequences. (Running on oeis4.)