OFFSET
1,1
COMMENTS
There are common cases with A054902.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
EXAMPLE
656 is a term since it is composite and phi(656) = 320, phi(656+12) = phi(668) = 332 = 320 + 12.
657 is a term since it is composite and phi(657) = 432, phi(657+12) = phi(669) = 444 = 432 + 12.
MATHEMATICA
Select[Range[1800], CompositeQ[#] && EulerPhi[# + 12] == EulerPhi[#] + 12 &] (* Amiram Eldar, Mar 01 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Aug 17 2000
STATUS
approved