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.

A183264 Number of singly defective permutations of 1..n with exactly 1 maximum.

Original entry on oeis.org

0, 2, 15, 64, 220, 672, 1904, 5120, 13248, 33280, 81664, 196608, 465920, 1089536, 2519040, 5767168, 13090816, 29491200, 65994752, 146800640, 324796416, 715128832, 1567621120, 3422552064, 7444889600, 16139681792, 34879832064, 75161927680, 161531035648, 346281738240
Offset: 1

Views

Author

R. H. Hardin, Jan 03 2011

Keywords

Comments

A singly defective permutation omits one value and repeats another value.
a(1) is zero because there are no defective permutations of a single element.

Examples

			Some solutions for n=3 with 1 maximum:
(3,3,2) (1,3,3) (1,1,2) (2,1,1) (3,3,1) (1,3,1) (1,2,2) (2,2,1) (2,2,3).
		

Crossrefs

Column 1 of A183270.
Cf. A053220.

Formula

Conjecture: a(n) = n * (3*n-4) * 2^(n-3) for n > 1. - Andrew Howroyd, May 12 2020

Extensions

Terms a(16) and beyond from Andrew Howroyd, May 12 2020