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!)
A077082 Largest value arising when Phi[Sigma[n]+phi(n)]=A077080 is iterated with initial value of n. 1
1, 2, 3, 6, 6, 6, 7, 1044, 1044, 10, 11, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 20, 21, 22, 23, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 48, 1044, 46, 47, 48, 1044 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n)=Max[FixedPointList[A077080, n]]. See program below. Seems convergent.[tested for initial values below 1024.
EXAMPLE
n=225: results in iteration sequence of 44 terms: {225,522,444,...,471744,653312,570240}, largest is 653312=a[25].
MATHEMATICA
f[x_] := EulerPhi[DivisorSigma[1, x]+EulerPhi[x]] Table[Max[FixedPointList[f, w]], {w, 1, 1024}]
CROSSREFS
Sequence in context: A274213 A350315 A078706 * A333936 A193896 A099162
KEYWORD
nonn
AUTHOR
Labos Elemer, Oct 28 2002
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 02:46 EDT 2024. Contains 371917 sequences. (Running on oeis4.)