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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077095 Starting iteration of Phi[]*(Sigma[]-Phi[]) function at these initial values leads to the fixed point 24. 0
24, 42, 69, 74, 75, 82, 86, 94, 115, 125, 133, 155, 185, 187, 203, 289, 299, 323, 341, 361, 377, 437, 1681 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Probably this sequence is finite, with 23 terms of which the last is 1681.

EXAMPLE

n=1641: FixedPointList={1681,82,42,24},end=24.

MATHEMATICA

f[x_] := EulerPhi[DivisorSigma[1, x]-EulerPhi[x]] Do[s=NestList[f, n, 100]; s1=Part[s, 99]; s2=Part[s, 100]; If[Equal[s1, s2]&&Equal[s1, 4], Print[{n, s1}]], {n, 1, 1000000}]

CROSSREFS

Cf. A077090-A077100.

Sequence in context: A162886 A063702 A074975 * A111948 A039411 A043234

Adjacent sequences:  A077092 A077093 A077094 * A077096 A077097 A077098

KEYWORD

nonn,fini,full

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 16 10:53 EST 2012. Contains 205904 sequences.