A332737 Composite terms of A181659, where the sum of the iterated totient function attains a record.
289, 2329, 4369, 4913, 18769, 21331, 35209, 66049, 128881, 197143, 258121, 281929, 516961, 739903, 971203, 1762249, 1942663, 2070721, 2898703, 2952673, 3820819, 4142881, 8288641, 16773619, 16843009, 16974593, 20229241, 21762361, 32472241, 132575071, 187903693
Offset: 1
Keywords
Programs
-
Mathematica
s[n_] := Plus @@ FixedPointList[EulerPhi, n] - n - 1; seq={}; smax = 1; Do[s1 =s[n]; If[s1 >smax, smax = s1; If[CompositeQ[n], AppendTo[seq, n]]], {n, 1, 5000}]; seq
Comments