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 A072155 #20 Sep 08 2022 08:45:06 %S A072155 1,2,6,3,15,5,35,70,210,210,2310,770,10010,10010,30030,15015,255255, %T A072155 255255,4849845,4849845,4849845,4849845,111546435,37182145,37182145, %U A072155 37182145,111546435,111546435,3234846615,3234846615,100280245065,200560490130,200560490130 %N A072155 Denominator of Sum_{k=1..n} phi(k)/k. %H A072155 G. C. Greubel, <a href="/A072155/b072155.txt">Table of n, a(n) for n = 1..1000</a> %F A072155 Also denominator of Sum_{i=1..n} (mu(i)/i)*floor(n/i). - _Ridouane Oudra_, Nov 26 2019 %e A072155 1, 3/2, 13/6, 8/3, 52/15, 19/5, 163/35, 361/70, 1223/210, ... %p A072155 with(numtheory); seq(denom( add(phi(k)/k, k=1..n)), n =1..35); # _G. C. Greubel_, Aug 25 2019 %t A072155 Table[Sum[EulerPhi[k]/k,{k,n}],{n,40}]//Denominator (* _Harvey P. Dale_, Jun 08 2017 *) %o A072155 (PARI) a(n) = denominator(sum(k=1, n, eulerphi(k)/k)); \\ _Michel Marcus_, Jan 26 2015 %o A072155 (Magma) [Denominator( &+[EulerPhi(k)/k: k in [1..n]] ): n in [1..35]]; // _G. C. Greubel_, Aug 25 2019 %o A072155 (Sage) [denominator( sum(euler_phi(k)/k for k in (1..n)) ) for n in (1..35)] # _G. C. Greubel_, Aug 25 2019 %o A072155 (GAP) List([1..35], n-> DenominatorRat( Sum([1..n], k-> Phi(k)/k) ) ); # _G. C. Greubel_, Aug 25 2019 %Y A072155 Cf. A071708 (numerators), A250031, A250032, A250034. %K A072155 nonn,frac %O A072155 1,2 %A A072155 _N. J. A. Sloane_, Jun 28 2002