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.

A195506 Denominator of Sum_{k=1..n} H(k)/k^2, where H(k) is the k-th harmonic number.

This page as a plain text file.
%I A195506 #34 May 10 2020 13:42:31
%S A195506 1,8,216,1728,216000,216000,74088000,592704000,16003008000,
%T A195506 16003008000,21300003648000,21300003648000,46796108014656000,
%U A195506 46796108014656000,46796108014656000,374368864117248000,1839274229408039424000,1839274229408039424000
%N A195506 Denominator of Sum_{k=1..n} H(k)/k^2, where H(k) is the k-th harmonic number.
%C A195506 Lim_{n -> infinity} (A195505(n)/a(n)) = 2*Zeta(3) [L. Euler].
%C A195506 For n = 1 to n = 13, a(n) = A334582(n), but a(14) = 46796108014656000 <> 6685158287808000 = A334582(14). - _Petros Hadjicostas_, May 06 2020
%H A195506 Seiichi Manyama, <a href="/A195506/b195506.txt">Table of n, a(n) for n = 1..768</a>
%H A195506 Leonhard Euler, <a href="http://eulerarchive.maa.org/pages/E477.html">Meditationes circa singulare serierum genus</a>, Novi. Comm. Acad. Sci. Petropolitanae, 20 (1775), 140-186.
%e A195506 a(2) = 8 because 1 + (1 + 1/2)/2^2 = 11/8.
%e A195506 The first few fractions are 1, 11/8, 341/216, 2953/1728, 388853/216000, 403553/216000, 142339079/74088000, 1163882707/592704000, ... = A195505/A195506. - _Petros Hadjicostas_, May 06 2020
%t A195506 s = 0; Table[s = s + HarmonicNumber[n]/n^2; Denominator[s], {n, 20}] (* _T. D. Noe_, Sep 20 2011 *)
%o A195506 (PARI) H(n) = sum(k=1, n, 1/k);
%o A195506 a(n) = denominator(sum(k=1, n, H(k)/k^2)); \\ _Michel Marcus_, May 07 2020
%Y A195506 Cf. A002117, A195505 (numerators), A334582.
%K A195506 nonn,frac,easy
%O A195506 1,2
%A A195506 _Franz Vrabec_, Sep 19 2011