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!)
A070320 Max( phi(k) : k=1,2,3,...,n ). 1
1, 1, 2, 2, 4, 4, 6, 6, 6, 6, 10, 10, 12, 12, 12, 12, 16, 16, 18, 18, 18, 18, 22, 22, 22, 22, 22, 22, 28, 28, 30, 30, 30, 30, 30, 30, 36, 36, 36, 36, 40, 40, 42, 42, 42, 42, 46, 46, 46, 46, 46, 46, 52, 52, 52, 52, 52, 52, 58, 58, 60, 60, 60, 60, 60, 60, 66, 66, 66, 66, 70, 70 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(1)=1; for n>=2, a(n)=A007917(n)-1.
MATHEMATICA
Module[{nn=80, ep}, ep=EulerPhi[Range[nn]]; Table[Max[Take[ep, n]], {n, nn}]] (* Harvey P. Dale, Jul 23 2023 *)
CROSSREFS
Sequence in context: A080606 A083535 A250983 * A124195 A220662 A079584
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 11 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 19 16:03 EDT 2024. Contains 371794 sequences. (Running on oeis4.)