OFFSET
1,2
COMMENTS
No further terms < 254731536.
The status of 254731536 is unknown, but conjectured not a term.
Additional terms include 2142720000, 5033164800, 150493593600, 3852635996160.
See further cycles in the linked document here below which contains 271 cycles, in Appendix C. It includes the 80 cycles complied by Jud McCrainie in a linked document at A095955.
LINKS
Richard R. Forberg, Collecting Meta-Data About phi(sigma(n)) Cycles and Finding Many More Cycles, Oct 14, 2024.
PROG
(PARI) \\ Naive program, assumes eventual termination (ok upto 254731535).
isok(n)={my(M=Map(), p=n); while(!mapisdefined(M, p) && p>=n, mapput(M, p, 1); p=eulerphi(sigma(p))); p==n} \\ Andrew Howroyd, Sep 19 2024
CROSSREFS
KEYWORD
nonn
AUTHOR
Richard R. Forberg, Sep 16 2024
STATUS
approved