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!)
A096990 Initial values for f(x)=sigma(phi(x))=A062402(x) such that iteration of f ends in cycle of length=3. 0

%I #6 Mar 29 2015 18:44:06

%S 17,19,27,29,31,32,34,35,38,39,40,41,45,47,48,52,54,55,56,58,59,60,62,

%T 69,70,72,75,78,82,84,88,90,92,94,100,110,118,132,138,150,1057,1117,

%U 1153,1201,1237,1241,1261,1271,1301,1313,1321,1333,1349,1351,1359,1381

%N Initial values for f(x)=sigma(phi(x))=A062402(x) such that iteration of f ends in cycle of length=3.

%t f[n_] := DivisorSigma[1, EulerPhi[n]]; g[n_] := Block[{l = NestWhileList[f, n, UnsameQ, All]}, -Subtract @@ Flatten[ Position[l, l[[ -1]]]]]; Select[ Range[ 1396], g[ # ] == 3 &] (* _Robert G. Wilson v_, Jul 23 2004 *)

%Y Cf. A062402, A095953.

%K nonn

%O 1,1

%A _Labos Elemer_, Jul 19 2004

%E Edited and extended by _Robert G. Wilson v_, Jul 23 2004

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 19 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)