login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096889 Initial values for f(x)=phi(sigma(x)) such that iteration of f ends in cycle of length=15. 11
467856, 480200, 490000, 499968, 514416, 523344, 524352, 531441, 548400, 549444, 550512, 553728, 556752, 560532, 562500, 562800, 570000, 570276, 570576, 573744, 576240, 579024, 579900, 581700, 584112, 584836, 586756, 590268, 595008, 599076 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
MATHEMATICA
g[n_] := EulerPhi[ DivisorSigma[1, n]]; f[n_] := f[n] = Block[{lst = NestWhileList[g, n, UnsameQ, All ]}, -Subtract @@ Flatten[ Position[lst, lst[[ -1]]]]]; Select[ Range[599800], f[ # ] == 15 &]
PROG
(PARI) f(x, k=1)=for(i=1, k, x=eulerphi(sigma(x))); x
is(n)=my(t=f(n), h=f(t)); while(t!=h, t=f(t); h=f(f(h))); h=f(h); t!=h && t!=(h=f(h, 2)) && t!=(h=f(h, 2)) && t==f(h, 10) \\ Charles R Greathouse IV, Nov 25 2013
CROSSREFS
Sequence in context: A051594 A238045 A341152 * A206205 A227767 A328255
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 17:20 EDT 2024. Contains 371962 sequences. (Running on oeis4.)