login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120268 Numerator of Sum_{k=1..n} 1/(2*k-1)^2. 18

%I #49 Sep 08 2022 08:45:25

%S 1,10,259,12916,117469,14312974,2430898831,487983368,141433003757,

%T 51174593563322,51270597630767,27164483940418988,3400039831130408821,

%U 30634921277843705014,25789165074168004597399

%N Numerator of Sum_{k=1..n} 1/(2*k-1)^2.

%C a((p-1)/2) is divisible by prime p > 3.

%C 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 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 G. C. Greubel, <a href="/A120268/b120268.txt">Table of n, a(n) for n = 1..300</a>

%H Wolfdieter Lang, <a href="/A120268/a120268.txt">Rationals and limit</a>.

%F 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 Fractions begin: 1, 10/9, 259/225, 12916/11025, 117469/99225, 14312974/12006225, 2430898831/2029052025, 487983368/405810405, ... = A120268/A128492.

%t Numerator[Table[Sum[1/(2k-1)^2,{k,1,n}],{n,1,25}]]

%t Table[(PolyGamma[1, 1/2] - PolyGamma[1, n+1/2])/4 // Numerator, {n, 1, 15}] (* _Jean-François Alcover_, Dec 02 2013 *)

%t Accumulate[1/(2*Range[20]-1)^2]//Numerator (* _Harvey P. Dale_, Jun 14 2020 *)

%o (PARI) for(n=1,20, print1(numerator(sum(k=1,n, 1/(2*k-1)^2)), ", ")) \\ _G. C. Greubel_, Aug 23 2018

%o (Magma) [Numerator((&+[1/(2*k-1)^2: k in [1..n]])): n in [1..20]]; // _G. C. Greubel_, Aug 23 2018

%Y Cf. A007406, A025550, A128492 (denominators).

%K nonn,frac

%O 1,2

%A _Alexander Adamchuk_, Jul 01 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 06:15 EDT 2024. Contains 371265 sequences. (Running on oeis4.)