login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A002270
Composite numbers k such that k*sigma(k) == 2 (mod phi(k)).
1
OFFSET
1,1
COMMENTS
Composite terms of A051948.
REFERENCES
J. Roberts, Lure of the Integers, Math. Assoc. America, 1992, p. 147.
M. V. Subbarao, On two congruences for primality. Pacific J. Math. 52 (1974), 261-268.
MATHEMATICA
Select[Range[4, 100], ! PrimeQ[#] && Mod[#*DivisorSigma[1, # ] - 2 , EulerPhi[#]] == 0 &] (* Jean-François Alcover, Sep 16 2013 *)
CROSSREFS
Cf. A051948.
Sequence in context: A151520 A282517 A227249 * A286358 A088228 A272309
KEYWORD
nonn,fini,full,bref
EXTENSIONS
Definition corrected by Tanya Khovanova, Nov 05 2007
STATUS
approved