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.

A321230 Number of set partitions of [n^2] into n n-element subsets having the same sum.

Original entry on oeis.org

1, 1, 1, 2, 392, 3245664, 6534071578530
Offset: 0

Views

Author

Alois P. Heinz, Oct 31 2018

Keywords

Examples

			a(0) = 1: empty.
a(1) = 1: 1.
a(2) = 1: 14|23.
a(3) = 2: 168|249|357, 159|267|348.
		

Crossrefs

Main diagonal of A203986.

Formula

a(n) = A203986(n,n).