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.

A255907 Number of collections of nonempty multisets with a total of 2n objects of exactly n colors.

Original entry on oeis.org

1, 2, 23, 492, 15800, 693667, 39371078, 2780643510, 237625842970, 24048952078889, 2833749745048664, 383425910861623475, 58894162142705623291, 10170230140575830362828, 1958227054977871232165423, 417406876191416533261184253, 97882032782014459518083172751
Offset: 0

Views

Author

Alois P. Heinz, Mar 10 2015

Keywords

Examples

			a(0) = 1: {}.
a(1) = 2: {{1},{1}}, {{1,1}}.
a(2) = 23: {{1},{1},{1},{2}}, {{1},{1},{2},{2}}, {{1},{2},{2},{2}}, {{1},{1},{1,2}}, {{1},{1},{2,2}}, {{1},{2},{1,1}}, {{1},{2},{1,2}}, {{1},{2},{2,2}}, {{2},{2},{1,1}}, {{2},{2},{1,2}}, {{1,1},{1,2}}, {{1,1},{2,2}}, {{1,2},{1,2}}, {{1,2},{2,2}}, {{1},{1,1,2}}, {{1},{1,2,2}}, {{1},{2,2,2}}, {{2},{1,1,1}}, {{2},{1,1,2}}, {{2},{1,2,2}}, {{1,1,1,2}}, {{1,1,2,2}}, {{1,2,2,2}}.
		

Crossrefs

Cf. A255903.

Formula

a(n) = A255903(2n,n).