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.

A177290 Number of permutations of 2 copies of 1..n with all adjacent differences <= 9 in absolute value.

Original entry on oeis.org

1, 1, 6, 90, 2520, 113400, 7484400, 681080400, 81729648000, 12504636144000, 2375880867360000, 367786358267328000, 47683626117839712000
Offset: 0

Views

Author

R. H. Hardin, May 06 2010

Keywords

Crossrefs

Cf. A000680.

Formula

a(n) = (2n)!/2^n for n<=10.

Extensions

a(0)=1 prepended and a(12) added by Alois P. Heinz, Jan 05 2022