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!)
A317013 For successive terms of A002202, totient values t, lcm({x: phi(x)=t})/gcd({x: phi(x)=t}). 0
2, 12, 120, 126, 240, 2, 3276, 8160, 1026, 3300, 2, 32760, 2, 2, 16320, 531468, 270600, 4214, 12, 2, 65520, 2, 2, 12, 2, 5241852, 32640, 2, 2, 5043631320, 2, 541200, 2, 25284, 245640, 12, 216084960, 25250, 2, 12, 2, 4697028, 2, 393240, 12, 3407203800, 2, 65280, 2, 388332 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
From Torlach Rush, Jul 03 2018: (Start)
Consider the quotients q(t) = lcm({x: phi(x)=t})/gcd({x: phi(x)=t}).
When the number of solutions is 2, q(t) must be 2. For example invphi(10) = [11, 22], and q(10)=2.
When the number of solutions is 3, the solutions are x1 < x2 < (2 * x1) and the only observed value of q(t) is 12. For example, invphi(44) = [69, 92, 138], and q(44)=12.
When the number of solutions is greater than 3, multiple values of q(t) are observed. (End)
LINKS
EXAMPLE
invphi(1) = [1, 2] and lcm(1, 2) / gcd(1, 2) is 2.
MATHEMATICA
Map[LCM[##]/GCD[##] & @@ # &, Take[Values@ KeySort@ PositionIndex@ Array[EulerPhi, 10^6], 50]] (* Michael De Vlieger, Jul 20 2018 *)
PROG
(PARI) lista(nn) = {for (n=1, nn, my(v = invphi(n)); if (#v, print1(lcm(v)/gcd(v), ", ")); ); }
CROSSREFS
Sequence in context: A212414 A305051 A274305 * A369075 A328857 A373532
KEYWORD
nonn
AUTHOR
Michel Marcus, Jul 19 2018
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 August 17 23:40 EDT 2024. Contains 375255 sequences. (Running on oeis4.)