cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A052472 Number of independent components for a Weyl tensor in n dimensions.

Original entry on oeis.org

0, 10, 35, 84, 168, 300, 495, 770, 1144, 1638, 2275, 3080, 4080, 5304, 6783, 8550, 10640, 13090, 15939, 19228, 23000, 27300, 32175, 37674, 43848, 50750, 58435, 66960, 76384, 86768, 98175, 110670, 124320, 139194, 155363, 172900, 191880
Offset: 3

Views

Author

Keywords

Crossrefs

Cf. A058373.

Programs

Formula

a(n) = n*(n+1)*(n+2)*(n-3)/12 for n >= 3.
a(n) = 2*C(n,4) - C(n,3), n>=5. - Zerinvary Lajos, Nov 25 2006
G.f.: x^4*(2-x)*(5 - 5*x + 2*x^2)/(1-x)^5. - R. J. Mathar, Sep 05 2011
E.g.f.: x*(1 + x - (12 - 6*x^2 - x^3)*exp(x)/12). - G. C. Greubel, May 18 2019