This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A075857 #10 Nov 30 2024 06:27:11 %S A075857 0,1,2,2,4,4,6,4,6,12,10,8,12,24,56,8,16,12,18,24,36,60,22,16,20,84, %T A075857 18,48,28,88,30,16,260,144,264,24,36,180,120,48,40,60,42,120,168,264, %U A075857 46,32,42,60,608,168,52,36,120,96,252,420,58,176,60,480,108,32,816,460,66 %N A075857 Least common multiple of totient and cototient of n. %H A075857 Amiram Eldar, <a href="/A075857/b075857.txt">Table of n, a(n) for n = 1..10000</a> %F A075857 a(n) = A000010(n)*A051953(n)/A009195(n). %t A075857 Table[LCM[EulerPhi[n],(n-EulerPhi[n])],{n,70}] (* _Harvey P. Dale_, Jun 10 2019 *) %o A075857 (PARI) a(n) = {my(p = eulerphi(n)); lcm(p, n-p);} \\ _Amiram Eldar_, Nov 30 2024 %Y A075857 Cf. A000010, A009195, A051953. %K A075857 nonn %O A075857 1,3 %A A075857 _Reinhard Zumkeller_, Oct 15 2002