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

A015825
Numbers k such that phi(k + 8) | sigma(k).
1
6, 7, 10, 30, 41, 46, 54, 55, 62, 66, 70, 78, 108, 114, 118, 132, 135, 138, 168, 174, 186, 188, 190, 195, 220, 246, 286, 297, 318, 354, 357, 378, 382, 391, 434, 438, 460, 474, 510, 534, 553, 606, 618, 646, 654, 667, 702, 748, 754, 780, 786, 834, 836, 852
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[1000], Divisible[DivisorSigma[1, #], EulerPhi[8 + #]] &] (* David Nacin, Mar 01 2012 *)
PROG
(PARI) is(n)=sigma(n)%(eulerphi(n)+8)==0 \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Cf. A000010 (phi), A000203 (sigma).
Sequence in context: A114949 A081359 A117618 * A243489 A164018 A156793
KEYWORD
nonn
STATUS
approved