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 422 cycles. It includes the 80 cycles complied by Jud McCrainie in a linked document at A095955.
LINKS
Richard R. Forberg, Prevalence of Cycles vs. "Unruly Events" from 10^8 to 10^55 after Iterating on phi(sigma(n)<-n
Richard R. Forberg, 422 Phi Sigma Cycles Organized by Length
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,changed
AUTHOR
Richard R. Forberg, Sep 16 2024
STATUS
approved