OFFSET
0,2
COMMENTS
Coefficient of the Cayley-Menger determinant of order n.
A roller coaster has n rows of seats, each of which has room for two people. |a(n)| is the number of ways n men and n women can be seated with a man and a woman in each row. - Geoffrey Critzer, Dec 17 2011
The o.g.f. of 1/a(n) is -BesselI(0,i*sqrt(2*x)), with i the imaginary unit. See Abramowitz-Stegun (reference and link under A008277), p. 375, 9.6.10. - Wolfdieter Lang, Jan 10 2012
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..100
Paul C. Kainen, Construction numbers: How to build a graph?, arXiv:2302.13186 [math.CO], 2023.
Usman A. Khan, Soummya Kar and Jose M. F. Moura, A novel geometric approach towards a linear theory for sensor localization, 2013.
Alan L. Mackay, On the regular heptagon, J. Math. Chemistry, vol. 21, 1997, 197-209.
Eric Weisstein's World of Mathematics, Cayley-Menger Determinant.
FORMULA
E.g.f.: -arcsinh(x/sqrt(2))^2. - Vladeta Jovovic, Aug 30 2004
Sum_{n>=0} |a(n)|/(2*n+1)! = Pi/2. - Daniel Suteu, Feb 06 2017
From Amiram Eldar, Nov 18 2020: (Start)
Sum_{n>=0} 1/a(n) = (-1) * A334383.
Sum_{n>=0} (-1)^(n+1)/a(n) = A334381. (End)
MATHEMATICA
Table[(-1)^(n+1)2^n n!^2, {n, 0, 20}]
PROG
(PARI) a(n)={(-1)^(n+1) * 2^n * n!^2} \\ Andrew Howroyd, Nov 07 2019
CROSSREFS
KEYWORD
sign,changed
AUTHOR
EXTENSIONS
Terms a(14) and beyond from Andrew Howroyd, Nov 07 2019
STATUS
approved