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 A066605 #11 Jun 27 2025 22:39:24 %S A066605 1,8,24,63,80,240,455,819,1365,2387,2720,3276,3591,4095,7280,9139, %T A066605 13104,18981,21483,21840,24605,32760,44289,45695,63973,122915,132867, %U A066605 172081,191919,246753,319865,520025,575757,860405,959595,1233765 %N A066605 Numbers k such that phi(k)/lambda(k) increases to a record value, where phi(k) is the Euler totient function (A000010) and lambda(k) is the Carmichael lambda function (A002322). %H A066605 Amiram Eldar, <a href="/A066605/b066605.txt">Table of n, a(n) for n = 1..88</a> %t A066605 a = 0; c = {}; Do[ b = EulerPhi[n]/CarmichaelLambda[n]; If[ b > a, a = b; c = Append[c, n]], {n, 1, 10^7}]; c %Y A066605 Cf. A000010, A002322. %K A066605 nonn %O A066605 1,2 %A A066605 _Robert G. Wilson v_, Jan 13 2002 %E A066605 Title improved by _Amiram Eldar_, Jul 20 2019