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

A015841
Numbers k such that phi(k) | sigma(k+4).
6
1, 2, 3, 6, 7, 8, 10, 17, 18, 24, 26, 42, 50, 52, 54, 56, 65, 75, 80, 81, 87, 90, 110, 111, 114, 120, 126, 154, 164, 186, 216, 234, 244, 245, 306, 308, 338, 344, 350, 351, 371, 372, 374, 416, 436, 456, 490, 528, 560, 570, 598, 626, 682, 689, 759, 777, 836, 866
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[3000], Divisible[DivisorSigma[1, 4 + #], EulerPhi[#]] &] (* David Nacin, Mar 03 2012 *)
PROG
(PARI) isok(n) = !(sigma(n+4) % eulerphi(n)); \\ Michel Marcus, Feb 05 2017
CROSSREFS
Sequence in context: A072685 A119960 A273265 * A371276 A175893 A031470
KEYWORD
nonn
EXTENSIONS
a(1) = 1 inserted by Ivan Neretin, Feb 05 2017
STATUS
approved