cp's OEIS Frontend

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.

Showing 1-3 of 3 results.

A294829 Denominators of the partial sums of the reciprocals of the numbers (k + 1)*(5*k + 3) = A147874(k+2), for k >= 0.

Original entry on oeis.org

3, 48, 624, 1872, 215280, 1506960, 16576560, 39369330, 564293730, 9028699680, 478521083040, 4625703802720, 41631334224480, 707732681816160, 51664485772579680, 25832242886289840, 2144076159562056720, 357346026593676120, 3692575608134653240, 2584802925694257268
Offset: 0

Views

Author

Wolfdieter Lang, Nov 16 2017

Keywords

Comments

The corresponding numerators are given in A294828. Details are found there.

Examples

			For the rationals see A294828.
		

Crossrefs

Programs

  • Maple
    map(denom,ListTools:-PartialSums([seq(1/(k+1)/(5*k+3),k=0..50)])); # Robert Israel, Nov 17 2017
  • PARI
    a(n) = denominator(sum(k=0, n, 1/((k + 1)*(5*k + 3)))); \\ Michel Marcus, Nov 17 2017

Formula

a(n) = denominator(V(5,3;n)) with V(5,3;n) = Sum_{k=0..n} 1/((k + 1)*(5*k + 3)) = Sum_{k=0..n} 1/A147874(k+2) = (1/2)*Sum_{k=0..n} (1/(k + 3/5) - 1/(k+1)). For this sum in terms of the digamma function see A294828.

A294830 Decimal expansion of the sum of the reciprocals of the numbers (k+1)*(5*k+3) = A147874(k+2) for k >= 0.

Original entry on oeis.org

4, 8, 1, 7, 0, 1, 7, 7, 4, 4, 9, 5, 8, 2, 8, 7, 7, 7, 0, 7, 7, 0, 7, 5, 9, 2, 9, 3, 6, 1, 9, 1, 4, 7, 5, 5, 2, 3, 4, 1, 8, 7, 4, 5, 9, 3, 7, 4, 8, 4, 1, 8, 0, 4, 7, 3, 0, 4, 5, 9, 0, 1, 4, 1, 8, 8, 1, 5, 0, 5, 5, 7, 2, 3, 1, 7, 1, 8, 8, 9, 7, 5, 6, 8, 1, 9, 7, 7, 0, 2, 2, 1, 4, 0, 1, 6, 0, 3, 5
Offset: 0

Views

Author

Wolfdieter Lang, Nov 16 2017

Keywords

Comments

In the Koecher reference v_5(3) = (2/5)*(present value V(5,3)) = 0.192680709798338..., given there as (1/4)*log(5) - (1/(2*sqrt(5)))*log((1 + sqrt(5))/2) - (Pi/10)*sqrt((5 - 2*sqrt(5))/5).

Examples

			0.481701774495828777077075929361914755234187459374841804730459014188150...
		

References

  • Max Koecher, Klassische elementare Analysis, Birkhäuser, Basel, Boston, 1987, Eulersche Reihen, pp. 189 - 193.

Crossrefs

Programs

  • Magma
    SetDefaultRealField(RealField(100)); R:= RealField(); phi:= (1 + Sqrt(5))/2; ((5/2)*Log(5) - (2*phi-1)*(Log(phi) + (Pi(R)/5)*Sqrt(7 - 4*phi)))/4; // G. C. Greubel, Aug 30 2018
  • Mathematica
    RealDigits[((5/2)*Log[5] - (2*GoldenRatio - 1)*(Log[GoldenRatio] + (Pi/5)*Sqrt[7 - 4*GoldenRatio]))/4, 10, 100][[1]] (* G. C. Greubel, Aug 30 2018 *)
  • PARI
    default(realprecision, 100); phi=(1+sqrt(5))/2; ((5/2)*log(5) - (2*phi-1)*(log(phi) + (Pi/5)*sqrt(7-4*phi)))/4 \\ G. C. Greubel, Aug 30 2018
    

Formula

Sum_{k>=0} 1/((5*n + 3)*(n + 1)) =: V(5,3) = ((5/2)*log(5) - (2*phi-1)*(log(phi) + (Pi/5)*sqrt(7-4*phi)))/4 = (1/2)*(-Psi(3/5) + Psi(1)) with the golden section phi =(1 + sqrt(5))/2 = A001622 with the digamma function Psi and Psi(1) = -gamma = A001620.
The partial sums of this series are given in A294828/A294829.

A294831 Numerators of the partial sums of the reciprocals of the numbers (k + 1)*(5*k + 4) = 2*A005476(k+1), for k >= 0.

Original entry on oeis.org

1, 11, 83, 410, 16799, 495151, 8516747, 55850623, 309309419, 1088610631, 6561497681, 777210281963, 12475578306953, 287734917200239, 10671842976127147, 844855135994501953, 846430303832665873, 75457260356268267017, 3551759427031132995079, 711302288219532928235, 712163917143684270659
Offset: 0

Views

Author

Wolfdieter Lang, Nov 18 2017

Keywords

Comments

The corresponding denominators are given in A294832.
For the general case V(m,r;n) = Sum_{k=0..n} 1/((k + 1)*(m*k + r)) = (1/(m - r))*Sum_{k=0..n} (m/(m*k + r) - 1/(k+1)), for r = 1, ..., m-1 and m = 2, 3, ..., and their limits see a comment in A294512. Here [m,r] = [5,4].
The limit of the series is V(5,4) = lim_{n -> oo} V(5,4;n) = ((5/2)*log(5) + (2*phi - 1)*(log(phi) - (Pi/5)*sqrt(3 + 4*phi)))/2, with the golden section phi:= (1 + sqrt(5))/2 = A001622. The value is 0.3877929018046... given in A294833.
In the Koecher reference v_5(4) = (1/5)*V(5,4) = 0.07755858036... given there by (1/4)*log(5) + (1/(2*sqrt(5)))*log((1 + sqrt(5))/2) - (Pi/10)*sqrt((5 + 2*sqrt(5))/5).

Examples

			The rationals V(5,4;n), n >= 0, begin:1/4, 11/36, 83/252, 410/1197, 16799/47880, 495151/1388520, 8516747/23604840, 55850623/153431460, 309309419/843873030, 1088610631/2953555605, 6561497681/17721333630, 777210281963/2091117368340, 12475578306953/33457877893440, ...
V(5,4;10^6) = 0.3877927018 (Maple 10 digits) to be compared with 0.3877929018 obtained from A294833 with 10 digits.
		

References

  • Max Koecher, Klassische elementare Analysis, Birkhäuser, Basel, Boston, 1987, Eulersche Reihen, pp. 189-193. For v_5(4) see p. 192.

Crossrefs

Programs

  • Magma
    [Numerator((&+[1/((k + 1)*(5*k + 4)): k in [0..n]])): n in [0..50]]; // G. C. Greubel, Aug 30 2018
  • Mathematica
    Table[Numerator[Sum[1/((k + 1)*(5*k + 4)), {k, 0, n}]], {n, 0, 50}] (* G. C. Greubel, Aug 30 2018 *)
  • PARI
    a(n) = numerator(sum(k=0, n, 1/((k + 1)*(5*k + 4)))); \\ Michel Marcus, Nov 19 2017
    

Formula

a(n) = numerator(V(5,4;n)) with V(5,4;n) = Sum_{k=0..n} 1/((k + 1)*(5*k + 4)) = Sum_{k=0..n} 1/(2*A005476(k+1)) = Sum_{k=0..n} (1/(k + 4/5) - 1/(k+1)) = -Psi(4/5) + Psi(n+9/5) - (gamma + Psi(n+2)) with the digamma function Psi and the Euler-Mascheroni constant gamma = -Psi(1) from A001620.
Showing 1-3 of 3 results.