A276594 Numerator of the rational part of the sum of reciprocals of even powers of even numbers, i.e., Sum_{k>=1} 1/(2*k)^(2*n).
1, 1, 1, 1, 1, 691, 1, 3617, 43867, 174611, 77683, 236364091, 657931, 3392780147, 1723168255201, 7709321041217, 151628697551, 26315271553053477373, 154210205991661, 261082718496449122051, 1520097643918070802691, 2530297234481911294093
Offset: 1
Programs
-
Maple
seq(numer(sum(1/(2*k)^(2*n),k=1..infinity)/Pi^(2*n)),n=1..24);