A120296 Numerator of Sum_{k=1..n} (-1)^(k+1)/k^4.
1, 15, 1231, 19615, 12280111, 4090037, 9824498837, 157151464517, 38193952437631, 7637983935923, 111835788321880643, 111830093529238643, 3194097388508809394723, 3194009594644356242723, 15970381078317764649391
Offset: 1
Examples
The first few fractions are 1, 15/16, 1231/1296, 19615/20736, 12280111/12960000, 4090037/4320000, 9824498837/10372320000, ... = A120296/A334585. - _Petros Hadjicostas_, May 06 2020
Programs
-
Mathematica
Numerator[Table[Sum[(-1)^(k+1)/k^4,{k,1,n}],{n,1,20}]]
-
PARI
a(n) = numerator(sum(k=1, n, (-1)^(k+1)/k^4)); \\ Michel Marcus, May 07 2020
Formula
a(n) = numerator(Sum_{k=1..n} (-1)^(k+1)/k^4).
Extensions
Name edited by Petros Hadjicostas, May 07 2020
Comments