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

A015871
Numbers k such that phi(k + 5) | sigma(k) + 5.
0
1, 4, 9, 16, 18, 64, 81, 729, 4096, 59049, 125316, 262144, 16777216
OFFSET
1,2
COMMENTS
a(14) > 10^12. - Donovan Johnson, Feb 28 2012
MATHEMATICA
Select[Range[100000],
Divisible[DivisorSigma[1, #] + 5, EulerPhi[# + 5]] &] (* David Nacin, Feb 28 2012 *)
CROSSREFS
Sequence in context: A332443 A313323 A313324 * A035234 A313325 A313326
KEYWORD
nonn
EXTENSIONS
Offset corrected and a(11)-a(13) from Donovan Johnson, Feb 28 2012
STATUS
approved