OFFSET
2,1
LINKS
Colin Barker, Table of n, a(n) for n = 2..1000
Alvaro Carbonero, Beth Anne Castellano, Gary Gordon, Charles Kulick, Karie Schmitz, and Brittany Shelton, Permutations of point sets in R_d, arXiv:2106.14140 [math.CO], 2021.
T. M. Cover, The number of linearly inducible orderings of points in d-space, SIAM J. Applied Math., 15 (1967), 434-439.
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
a(n) = A052149(n+1) + 2.
a(n) = (3*n^4-10*n^3+9*n^2-2*n+24)/12. - Vladeta Jovovic, Oct 26 2003
G.f.: -2*x^2*(x^4-4*x^3+7*x^2-2*x+1) / (x-1)^5. - Colin Barker, Dec 06 2014
MATHEMATICA
CoefficientList[Series[-2 x^2*(x^4 - 4 x^3 + 7 x^2 - 2 x + 1)/(x - 1)^5, {x, 0, 38}], x][[3 ;; -1]] (* Michael De Vlieger, Oct 19 2021 *)
PROG
(PARI) Vec(-2*x^2*(x^4-4*x^3+7*x^2-2*x+1)/(x-1)^5 + O(x^100)) \\ Colin Barker, Dec 06 2014
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Oct 26 2003
EXTENSIONS
More terms from Vladeta Jovovic, Oct 26 2003
STATUS
approved