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

A015872
Numbers k such that phi(k + 6) | sigma(k) + 6.
0
10, 20, 26, 58, 122, 1018, 1040, 2042, 8186, 32762, 522752, 2097146, 8388602, 9898496, 16871744, 33554426, 1073741818, 1630145024
OFFSET
1,1
COMMENTS
a(19) > 10^12. - Donovan Johnson, Feb 28 2012
MATHEMATICA
Select[Range[100000],
Divisible[DivisorSigma[1, #] + 6, EulerPhi[# + 6]] &] (* David Nacin, Feb 2012 *)
CROSSREFS
Sequence in context: A229305 A229304 A101869 * A019491 A249989 A175229
KEYWORD
nonn
EXTENSIONS
Offset corrected and a(10)-a(18) from Donovan Johnson, Feb 28 2012
STATUS
approved