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.

A193477 Denominator(n!/floor(n/2)!^4).

Original entry on oeis.org

1, 1, 1, 1, 2, 2, 9, 9, 288, 32, 400, 400, 43200, 43200, 1058400, 70560, 18063360, 18063360, 6584094720, 6584094720, 3292047360000, 156764160000, 9484231680000, 9484231680000, 8194376171520000, 327775046860800, 27696991459737600, 1025814498508800
Offset: 0

Views

Author

Peter Luschny, Jul 30 2011

Keywords

Crossrefs

Cf. A055773.

Programs

  • Maple
    A193477 := n -> denom(n!/iquo(n,2)!^4);

Formula

a(n) = Denominator(A056040(n)^2/n!).
a(n) = Denominator(A056040(n)/floor(n/2)!^2).