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.

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

This page as a plain text file.
%I A136677 #33 Feb 16 2025 08:33:07
%S A136677 1,63,45991,2942695,45982595359,5109066151,601081707598999,
%T A136677 38469080386820311,252396118308232060471,252395862211967012407,
%U A136677 447134922152359540530757327,447134770212444455649757327,2158234586764514215343657417779543,308319185132349039219686748825649
%N A136677 Numerator of Sum_{k=1..n} (-1)^(k+1)/k^6.
%C A136677 p divides a(p-1) for prime p > 2. a(n) is prime for n = {19, 47, 164, ...} = A136686.
%C A136677 Lim_{n -> infinity} a(n)/A334605(n) = A275703 = (31/32)*A013664. - _Petros Hadjicostas_, May 07 2020
%H A136677 Harvey P. Dale, <a href="/A136677/b136677.txt">Table of n, a(n) for n = 1..382</a>
%H A136677 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/HarmonicNumber.html">Harmonic Number</a>.
%e A136677 The first few fractions are 1, 63/64, 45991/46656, 2942695/2985984, 45982595359/46656000000, 5109066151/5184000000, ... = a(n)/A334605(n). - _Petros Hadjicostas_, May 07 2020
%t A136677 Table[ Numerator[ Sum[ (-1)^(k+1)/k^6, {k,1,n} ] ], {n,1,30} ]
%t A136677 Accumulate[Table[(-1)^(k+1)/k^6,{k,20}]]//Numerator (* _Harvey P. Dale_, Aug 21 2023 *)
%Y A136677 Cf. A013664, A058313, A119682, A120296, A136675, A136676.
%Y A136677 Cf. A001008, A007406, A007408, A007410, A099828, A103345, A275703.
%Y A136677 Cf. A136681, A136682, A136683, A136684, A136685, A136686, A334605 (denominators).
%K A136677 frac,nonn
%O A136677 1,2
%A A136677 _Alexander Adamchuk_, Jan 16 2008