A294515 Denominators of partial sums of the reciprocals of the decagonal numbers.
1, 10, 270, 7020, 119340, 835380, 4176900, 242260200, 888287400, 32866633800, 1347531985800, 4042595957400, 28298171701800, 1499803100195400, 28496258903712600, 3476543586252937200, 3476543586252937200, 26653500827939185200, 1945705560439560519600, 1945705560439560519600, 52534050131868134029200
Offset: 0
Examples
The rationals V(4,1;n), n >= 0, begin: 1, 11/10, 307/270, 8117/7020, 139393/119340, 982381/835380, 4935773/4176900, 287319059/242260200, 1056494083/888287400, 39179109811/32866633800, ... V(4,1;10^4) = 1.216720959 (Maple, 10 digits) to be compared with 1.216745956 from V(4,1) from A244647.
References
- Max Koecher, Klassische elementare Analysis, Birkhäuser, Basel, Boston, 1987, pp. 189 - 193.
Links
- Robert Israel, Table of n, a(n) for n = 0..866
Programs
-
Maple
map(denom,ListTools:-PartialSums([seq(1/((k+1)*(4*k+1)),k=0..50)])); # Robert Israel, Nov 08 2017
-
Mathematica
Denominator@ Accumulate@ Array[1/PolygonalNumber[10, #] &, 23] (* Michael De Vlieger, Nov 02 2017 *)
Comments