# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a120268 Showing 1-1 of 1 %I A120268 #49 Sep 08 2022 08:45:25 %S A120268 1,10,259,12916,117469,14312974,2430898831,487983368,141433003757, %T A120268 51174593563322,51270597630767,27164483940418988,3400039831130408821, %U A120268 30634921277843705014,25789165074168004597399 %N A120268 Numerator of Sum_{k=1..n} 1/(2*k-1)^2. %C A120268 a((p-1)/2) is divisible by prime p > 3. %C A120268 The limit of the rationals r(n) = Sum_{k=1..n} 1/(2*k-1)^2, for n -> infinity, is (Pi^2)/8 = (1 - 1/2^2)*Zeta(2), which is approximately 1.233700550. %C A120268 r(n) = (Psi(1, 1/2) - Psi(1, n+1/2))/4 for n >= 1, where Psi(n,k) = Polygamma(n,k) is the n-th derivative of the digamma function. Psi(1, 1/2) = 3*Zeta(2) = Pi^2/2. - _Jean-François Alcover_, Dec 02 2013 [Corrected by _Petros Hadjicostas_, May 09 2020] %H A120268 G. C. Greubel, Table of n, a(n) for n = 1..300 %H A120268 Wolfdieter Lang, Rationals and limit. %F A120268 a(n) = numerator( Pi^2/2 - Zeta(2,(2n+1)/2) ) / 4 for n > 0. - _Artur Jasinski_, Mar 03 2010 [corrected by _Bruno Berselli_, Dec 02 2013] %e A120268 Fractions begin: 1, 10/9, 259/225, 12916/11025, 117469/99225, 14312974/12006225, 2430898831/2029052025, 487983368/405810405, ... = A120268/A128492. %t A120268 Numerator[Table[Sum[1/(2k-1)^2,{k,1,n}],{n,1,25}]] %t A120268 Table[(PolyGamma[1, 1/2] - PolyGamma[1, n+1/2])/4 // Numerator, {n, 1, 15}] (* _Jean-François Alcover_, Dec 02 2013 *) %t A120268 Accumulate[1/(2*Range[20]-1)^2]//Numerator (* _Harvey P. Dale_, Jun 14 2020 *) %o A120268 (PARI) for(n=1,20, print1(numerator(sum(k=1,n, 1/(2*k-1)^2)), ", ")) \\ _G. C. Greubel_, Aug 23 2018 %o A120268 (Magma) [Numerator((&+[1/(2*k-1)^2: k in [1..n]])): n in [1..20]]; // _G. C. Greubel_, Aug 23 2018 %Y A120268 Cf. A007406, A025550, A128492 (denominators). %K A120268 nonn,frac %O A120268 1,2 %A A120268 _Alexander Adamchuk_, Jul 01 2006 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE