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.

A168431 General number of transpositions of n objects with repetitions.

Original entry on oeis.org

1, 2, 9, 46, 245, 1601
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Nov 25 2009

Keywords

Examples

			a(1)=1!/1!=1 because A035294(1)=1; a(2)=2!/(1!*1!)=2 because A035294(2)=1; a(3)=3!/(1!*1!*1!)+3!/(2!*1!)=9 because A035294(3)=2; a(4)=4!/(1!*1!*1!*1!)+4!/(2!*1!*1!)+4!/(2!*2!)+4!/(3!*1!)=46 because A035294(4)=4; a(5)=5!/(1!*1!*1!*1!*1!)+5!/(2!*1!*1!*1!)+5!/(2!*2!*1!)+5!/(3!*1!*1!)+5!/(3!*2!)+5!/(4!*1!)=245 because A035294(5)=6; a(6)=6!/(1!*1!*1!*1!*1!*1!)+6!/(2!*1!*1!*1!*1!)+6!/(2!*2!*1!*1!)+6!/(2!*2!*2!)+6!/(3!*1!*1!*1!)+6!/(3!*2!*1!)+6!/(3!*3!)+6!/(4!*1!*1!)+6!/(4!*2!)+6!/(5!*1!)=1601 because A035294(6)=10.
		

Crossrefs

Cf. A035294.
Cf. A036038. [From R. J. Mathar, Nov 26 2009]

Formula

Apparently a(n)=A005651(n)-1, n>1. [From R. J. Mathar, Nov 26 2009]