OFFSET
2,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 2..1000
EXAMPLE
a(8) = 7, the partitions are ( 1,7),(2,6),(3,5),(4,4) which give 7, 3, 6,4 as the sum of phi functions of both the parts.
MATHEMATICA
Table[Max[EulerPhi[#[[1]]]+EulerPhi[#[[2]]]&/@IntegerPartitions[n, {2}]], {n, 2, 80}] (* Harvey P. Dale, Mar 01 2025 *)
CROSSREFS
KEYWORD
nonn,changed
AUTHOR
Amarnath Murthy, Jul 08 2003
EXTENSIONS
More terms from David Wasserman, Feb 10 2005
STATUS
approved