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.

A096574 Number of asymmetric solid partitions under mirroring operation.

Original entry on oeis.org

0, 1, 3, 9, 23, 58, 134, 308, 677, 1470, 3106, 6479, 13260, 26827, 53516
Offset: 1

Views

Author

Wouter Meeussen, Jun 27 2004

Keywords

Comments

Uses function "solidformBTK" from link above.

Examples

			Solid partition [{{3, 1, 1, 1}, {3}}, {{2, 1}}, {{1}}, {{1}}, {{1}}] mirrors into [{{3, 3}, {1}, {1}, {1}}, {{2}, {1}}, {{1}}, {{1}}, {{1}}] by mirroring each layer as a plane partition.
		

Crossrefs

Formula

a(n) = (A000293(n) - A096573(n))/2.