OFFSET
1,1
COMMENTS
There are no other terms < 4290000000. - Jud McCranie, Dec 26 1999
a(17) > 10^12. - Donovan Johnson, Feb 28 2012
EXAMPLE
phi(6+4)=4, which divides 16=sigma(6)+4, so 6 is a term of the sequence.
MATHEMATICA
Select[Range[100000],
Divisible[DivisorSigma[1, #] + 4, EulerPhi[# + 4]] &] (* David Nacin, Feb 28 2012 *)
PROG
(PARI) is(n)=(sigma(n)+4)%eulerphi(n+4)==0 \\ Charles R Greathouse IV, Jan 29 2016
CROSSREFS
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(16) from Donovan Johnson, Feb 28 2012
STATUS
approved