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

A096988
Initial values for f(x)=sigma(phi(x))=A062402(x) such that iteration of f ends in cycle of length=1.
1
1, 2, 3, 4, 6, 13, 15, 16, 20, 21, 23, 24, 25, 26, 28, 30, 33, 36, 42, 44, 46, 50, 66, 157, 169, 203, 215, 237, 241, 245, 255, 256, 261, 272, 275, 287, 303, 305, 314, 316, 320, 325, 338, 340, 344, 347, 367, 369, 375, 384, 385, 392, 393, 404, 406, 408, 429, 430
OFFSET
1,2
LINKS
MATHEMATICA
a = {}; Do[s = {n}; While[! MemberQ[s, k = DivisorSigma[1, EulerPhi[s[[-1]]]]], AppendTo[s, k]]; If[s[[-1]] == k, AppendTo[a, n]], {n, 430}]; a (* Ivan Neretin, Dec 15 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 19 2004
STATUS
approved