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.

A096573 Number of fixed points of mirroring operation on solid partitions.

Original entry on oeis.org

1, 2, 4, 8, 13, 24, 39, 68, 110, 182, 288, 468, 728, 1150, 1770, 2751, 4175, 6388, 9597, 14495, 21571, 32200, 47498
Offset: 1

Views

Author

Wouter Meeussen, Jun 27 2004

Keywords

Comments

Uses function "solidformBTK" from link below.

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

Programs

  • Mathematica
    Tr/@Table[Count[solidformBTK[par],arg_z/;flip[arg]==arg],{n,20},{par,IntegerPartitions[n]}] (* Wouter Meeussen, Feb 05 2025  *)

Extensions

a(16)-a(23) from Wouter Meeussen, Feb 05 2025