cp's OEIS Frontend

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.

A175455 a(n) = H(n) * (lcm(1,2,...,n))^2, where H(n) = harmonic numbers (1/1 + 1/2 + ... + 1/n).

This page as a plain text file.
%I A175455 #15 Jan 08 2020 18:40:52
%S A175455 1,6,66,300,8220,8820,457380,1917720,17965080,18600120,2320468920,
%T A175455 2384502120,412970037480,422245703880,430902992520,1756076802480,
%U A175455 516336630329520,524676485052720,192260441419366320,194970060218934000,197550649551855600,200013939369644400
%N A175455 a(n) = H(n) * (lcm(1,2,...,n))^2, where H(n) = harmonic numbers (1/1 + 1/2 + ... + 1/n).
%H A175455 Andrew Howroyd, <a href="/A175455/b175455.txt">Table of n, a(n) for n = 1..200</a>
%F A175455 a(n) = (A001008(n) / A002805(n)) * (A003418(n))^2.
%F A175455 a(n) = A000142(n) * A025529(n) / A025527(n) = A025529(n) * A003418(n).
%F A175455 a(n) = (1/1 + 1/2 + ... + 1/n) * (lcm(1,2,...,n))^2.
%e A175455 For n = 3, a(3) = (1/1 + 1/2 + 1/3) * (1*2*3)^2 = (11/6) * 36 = 66.
%o A175455 (PARI) a(n)={sum(k=1, n, 1/k)*lcm([1..n])^2} \\ _Andrew Howroyd_, Jan 08 2020
%Y A175455 Cf. A000142, A001008, A002805, A003418, A025527, A025529.
%K A175455 nonn
%O A175455 1,2
%A A175455 _Jaroslav Krizek_, May 17 2010
%E A175455 Terms a(13) and beyond from _Andrew Howroyd_, Jan 08 2020