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 A136675 #50 Feb 16 2025 08:33:07 %S A136675 1,7,197,1549,195353,194353,66879079,533875007,14436577189, %T A136675 14420574181,19209787242911,19197460851911,42198121495296467, %U A136675 6025866788581781,6027847576222613,48209723660000029,236907853607882606477 %N A136675 Numerator of Sum_{k=1..n} (-1)^(k+1)/k^3. %C A136675 a(n) is prime for n in A136683. %C A136675 Lim_{n -> infinity} a(n)/A334582(n) = A197070. - _Petros Hadjicostas_, May 07 2020 %H A136675 Robert Israel, <a href="/A136675/b136675.txt">Table of n, a(n) for n = 1..768</a> %H A136675 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/HarmonicNumber.html">Harmonic Number</a>. %H A136675 Wikipedia, <a href="http://en.wikipedia.org/wiki/Dirichlet_eta_function">Dirichlet eta function</a>. %e A136675 The first few fractions are 1, 7/8, 197/216, 1549/1728, 195353/216000, 194353/216000, 66879079/74088000, 533875007/592704000, ... = a(n)/A334582(n). - _Petros Hadjicostas_, May 06 2020 %p A136675 map(numer,ListTools:-PartialSums([seq((-1)^(k+1)/k^3, k=1..100)])); # _Robert Israel_, Nov 09 2023 %t A136675 (* Program #1 *) Table[Numerator[Sum[(-1)^(k+1)/k^3, {k,1,n}]], {n,1,50}] %t A136675 (* Program #2 *) Numerator[Accumulate[Table[(-1)^(k+1) 1/k^3, {k,50}]]] (* _Harvey P. Dale_, Feb 12 2013 *) %o A136675 (PARI) a(n) = numerator(sum(k=1, n, (-1)^(k+1)/k^3)); \\ _Michel Marcus_, May 07 2020 %Y A136675 Cf. A001008, A007406, A007408, A007410, A058313, A099828, A103345, A119682, A120296, A136676, A136677, A136681, A136682, A136683, A136684, A136685, A136686, A197070, A334582 (denominators). %K A136675 frac,nonn %O A136675 1,2 %A A136675 _Alexander Adamchuk_, Jan 16 2008