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.

A321772 Number of compositions of 2n into parts with distinct multiplicities and with exactly n parts.

Original entry on oeis.org

1, 1, 1, 4, 5, 6, 142, 428, 1269, 3874, 20336, 114522, 429002, 1743184, 6456192, 23749014, 93997909, 368890906, 1122546076, 4496925530, 17437145160, 76147395524, 310155556998, 1417665712388, 5528899930962, 21923449788406, 82833896451112, 347234278501138
Offset: 0

Views

Author

Alois P. Heinz, Nov 18 2018

Keywords

Examples

			a(0) = 1: the empty composition.
a(1) = 1: 2.
a(2) = 1: 22.
a(3) = 4: 222, 114, 141, 411.
		

Crossrefs

Cf. A242887.

Formula

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