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!)
A076244 Distinct values arising in A051547, sequence of a(n) = lcm(phi(1), ..., phi(n)). 4
1, 2, 4, 12, 60, 120, 240, 720, 7920, 55440, 1275120, 2550240, 33153120, 961440480, 2884321440, 118257179040, 236514358080, 1182571790400, 20103720436800, 1065497183150400, 39423395776564800, 118270187329694400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Union@ FoldList[LCM @@ {#1, EulerPhi@ #2} &, Range@ 165] (* Michael De Vlieger, Dec 09 2018 *)
PROG
(PARI) lista(nn) = {last = -1; for (n=1, nn, new = lcm(vector(n, k, eulerphi(k))); if (new != last, print1(new, ", "); last = new); ); } \\ Michel Marcus, Mar 18 2018
CROSSREFS
Sequence in context: A128646 A155747 A058254 * A058255 A118456 A326861
KEYWORD
nonn
AUTHOR
Labos Elemer, Oct 08 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 September 6 20:19 EDT 2024. Contains 375727 sequences. (Running on oeis4.)