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!)
A096888 Initial values for f(x)=phi(sigma(x)) such that iteration of f ends in cycle of length=11. 11
76050, 88452, 88896, 95922, 104364, 104988, 106032, 108252, 110450, 110928, 112896, 113052, 113412, 113868, 115572, 119892, 119916, 121680, 122220, 122832, 122916, 123060, 123312, 129600, 129840, 129984, 130260, 130560, 131280, 133860 (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[134000], f[ # ] == 11 &]
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==f(h, 10) \\ Charles R Greathouse IV, Nov 25 2013
CROSSREFS
Sequence in context: A091294 A096518 A234895 * A049026 A187424 A186216
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 17 21:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)