OFFSET
0,2
COMMENTS
a(n) is, for n >= 1, the total volume of the binomial(n+2, n) rectangular polytopes (hyper-cuboids) built from n orthogonal vectors with lengths of the sides from the set {2 + 3*j | j=0..n+1}. See the formula a(n) = sigma[3,2]^{(n+2)}_n and an example below.
FORMULA
a(n) = A225470(n+2, 2), n >= 0.
E.g.f.: (d^2/dx^2)((1 - 3*x)^(-2/3)*((-1/3)*log(1 - 3*x))^2/2!) = (5*(log(1-3*x))^2 - 21*log(1-3*x) + 9)/(3^2*(1-3*x)^(8/3)).
a(n) = sigma[3,2]^{(n+2)}_n, n >= 0, with the elementary symmetric function sigma[3,2]^{n+2}_n of degree n of the n+2 numbers 2, 5, 8, ..., (2 + 3*(n+1)).
EXAMPLE
a(2) = 231 because sigma[3,2]^{(4)}_2 = 2*(5 + 8 + 11) + 5*(8 + 11) + 8*11 = 231. There are six rectangles (2D rectangular polytopes) built from two orthogonal vectors of different lengths from the set of {2,5,8,11} of total area 231.
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, May 29 2017
STATUS
approved