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”).

A015845
Numbers k such that phi(k) | sigma(k + 7).
6
1, 2, 3, 4, 5, 6, 7, 8, 12, 16, 20, 22, 24, 26, 27, 28, 31, 35, 39, 40, 50, 58, 63, 70, 88, 95, 108, 112, 116, 120, 135, 152, 163, 183, 224, 228, 241, 273, 315, 323, 364, 369, 455, 476, 520, 524, 616, 620, 632, 703, 782, 855, 903, 945, 950, 1008, 1124, 1188
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[3000], Divisible[DivisorSigma[1, 7 + #], EulerPhi[#]] &] (* David Nacin, Mar 03 2012 *)
PROG
(PARI) is(n)=!(sigma(n+7)%eulerphi(n)) \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Sequence in context: A211202 A066418 A361437 * A030702 A305926 A033087
KEYWORD
nonn
EXTENSIONS
a(1) = 1 inserted by Ivan Neretin, Feb 05 2017
STATUS
approved