login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077090 When iteration of f[]=Phi[](Sigma[]-Phi[]) is started at initial values listed here it ends up in a cycle. 7
36, 40, 48, 50, 52, 60, 64, 66, 72, 76, 78, 80, 81, 84, 88, 90, 92, 96, 98, 100, 102, 105, 106, 108, 110, 112, 114, 116, 117, 118, 120, 122, 123, 124, 126, 128, 130, 132, 135, 136, 138, 140, 141, 142, 144, 146, 147, 148, 150, 152, 154, 156, 159, 160, 162, 164 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

n=22: nestlist = 105,[48,36,78]; n=72: nestlist = 72,108,120,160,156,168,[144,280,192]; below 2000 only these two cycles of length 3 appeared.

MATHEMATICA

f[x_] := EulerPhi[DivisorSigma[1, x]-EulerPhi[x]] Do[s=NestList[f, n, 100]; s1=Part[s, 98]; s2=Part[s, 99]; s3=Part[s, 100]; If[ !Equal[s1, s2], k=k+1; Print[{k, n, s1, s2, s3}]], {n, 2, 1000}]

CROSSREFS

Cf. A077091-A077100.

Sequence in context: A181457 A129288 A083248 * A067672 A181484 A060292

Adjacent sequences:  A077087 A077088 A077089 * A077091 A077092 A077093

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Oct 31 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 01:35 EST 2012. Contains 205567 sequences.