cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A276238 Numbers k such that 2^sigma(k) == -1 (mod k).

This page as a plain text file.
%I A276238 #24 Aug 27 2019 05:25:23
%S A276238 1,5,4097,7361,85073,658529,3999137,16777217,50281793,68544541,
%T A276238 72281281,78202273,102931841,128459137,204786497,244622261,336392993,
%U A276238 613750913,714155969,785432401,1008179297
%N A276238 Numbers k such that 2^sigma(k) == -1 (mod k).
%C A276238 Terms are 1, 5, 17*241, 17*433, 241*353, 17*38737, 353*11329, 97*257*673, ...
%C A276238 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
%e A276238 5 is a term because 2^sigma(5) = 64 and 64 == -1 (mod 5).
%o A276238 (PARI) is(k) = Mod(2, k)^sigma(k) == -1;
%Y A276238 Cf. A000079, A000203.
%K A276238 nonn,more
%O A276238 1,2
%A A276238 _Altug Alkan_, Dec 12 2016
%E A276238 a(13)-a(21) from _Jinyuan Wang_, Aug 26 2019