login
A303481
Total volume of the family of rectangular prisms with dimensions p, q and p + q where p divides q, n = p + q and p < q.
0
0, 0, 6, 12, 20, 78, 42, 152, 234, 250, 110, 1080, 156, 518, 1500, 1456, 272, 2988, 342, 3880, 3612, 1342, 506, 10704, 3100, 1898, 7020, 9016, 812, 19050, 930, 12640, 12012, 3298, 13300, 37476, 1332, 4142, 18876, 39600, 1640, 45822, 1806, 28600, 51480, 6118
OFFSET
1,3
FORMULA
a(n) = n * Sum_{i=1..floor((n-1)/2)} n * i * (n-i) (floor((n-i)/i) - floor((n-i-1)/i)).
a(n) = n * A303385(n).
MATHEMATICA
Table[Sum[n*i (n - i) (Floor[(n - i)/i] - Floor[(n - i - 1)/i]), {i, Floor[(n - 1)/2]}], {n, 50}]
CROSSREFS
Cf. A303385.
Sequence in context: A220470 A141808 A144187 * A247256 A292951 A240989
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Apr 24 2018
STATUS
approved