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.

A136676 Numerator of Sum_{k=1..n} (-1)^(k+1)/k^5.

This page as a plain text file.
%I A136676 #39 Feb 16 2025 08:33:07
%S A136676 1,31,7565,241837,755989457,755889457,12705011703799,406547611705943,
%T A136676 98792790681344149,98791774426324117,15910615688635928566967,
%U A136676 15910549913780913466967,5907492176026179821253778331
%N A136676 Numerator of Sum_{k=1..n} (-1)^(k+1)/k^5.
%C A136676 a(n) is prime for n in A136685.
%C A136676 Lim_{n -> infinity} a(n)/A334604(n) = A267316 = (15/16)*A013663. - _Petros Hadjicostas_, May 07 2020
%H A136676 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/HarmonicNumber.html">Harmonic Number</a>.
%e A136676 The first few fractions are 1, 31/32, 7565/7776, 241837/248832, 755989457/777600000, 755889457/777600000, ... = a(n)/A334604(n). - _Petros Hadjicostas_, May 07 2020
%t A136676 Table[ Numerator[ Sum[ (-1)^(k+1)/k^5, {k,1,n} ] ], {n,1,30} ]
%o A136676 (PARI) a(n) = numerator(sum(k=1, n, (-1)^(k+1)/k^5)); \\ _Michel Marcus_, May 07 2020
%Y A136676 Cf. A001008, A007406, A007408, A007410, A013663, A058313, A099828, A103345, A119682, A120296, A136675, A136677, A136681, A136682, A136683, A136684, A136685, A136686, A267316, A334604 (denominators).
%K A136676 frac,nonn
%O A136676 1,2
%A A136676 _Alexander Adamchuk_, Jan 16 2008