A129764 Numerator of the sum of all elements of n X n X n cubic array M[i,j,k] = 1/(i+j+k-2).
1, 15, 1133, 1177, 129149, 349673, 57087959, 345322023, 14272692271, 40165727117, 217549734472087, 14553241481573, 18901300532988407, 40603763694792631, 9565202506169243753, 63888449105310899
Offset: 1
Keywords
Links
- Eric Weisstein, The World of Mathematics: Hilbert Matrix.
- Eric Weisstein, The World of Mathematics: Harmonic Number.
Crossrefs
Programs
-
Mathematica
Table[ Numerator[ Sum[ Sum[ Sum[ 1/(i+j+k-2), {i,1,n} ], {j,1,n} ], {k,1,n} ] ], {n,1,30} ]
Formula
a(n) = Numerator[ Sum[ Sum[ Sum[ 1/(i+j+k-2), {i,1,n} ], {j,1,n} ], {k,1,n} ] ].
Comments