A118432 Denominator of sum of reciprocals of first n 5-simplex numbers A000389.
1, 6, 14, 56, 504, 168, 264, 198, 286, 1001, 273, 1456, 1904, 2448, 15504, 969, 1197, 2926, 3542, 42504, 10120, 11960, 14040, 8190, 47502, 5481, 6293, 28768, 32736, 185504, 41888, 11781, 13209, 29526, 164502, 73112, 81016
Offset: 1
Examples
a(1) = 1 = denominator of 1/1. a(2) = 6 = denominator of 7/6 = 1/1 + 1/6. a(3) = 14 = denominator of 17/14 = 1/1 + 1/6 + 1/21. a(4) = 56 = denominator of 69/56 = 1/1 + 1/6 + 1/21 + 1/56. a(5) = 42 = denominator of 55/42 = 1/1 + 1/6 + 1/21 + 1/56 + 1/126. a(10) = 1001 = denominator of 1250/1001 = 1/1+ 1/6 + 1/21 + 1/56 + 1/126 + 1/252 + 1/462 + 1/792 + 1/1287 + 1/2002. a(20) = 42504 = denominator of 53125/42504 = 1/1 + 1/6 + 1/21 + 1/56 + 1/126 + 1/252 + 1/462 + 1/792 + 1/1287 + 1/2002 + 1/3003 + 1/4368 + 1/6188 + 1/8568 + 1/11628 + 1/15504 + 1/20349 + 1/26334 + 1/33649 + 1/42504.
Links
- G. C. Greubel, Table of n, a(n) for n = 1..5000
Programs
-
Mathematica
Denominator[Accumulate[1/Binomial[Range[5,50],5]]] (* Harvey P. Dale, Jul 17 2016 *)
Comments