A096575 Number of fixed points of solid partitions under rotation operation.
1, 1, 1, 2, 2, 2, 4, 6, 6, 8, 11, 13, 17, 24, 28, 36, 47, 56, 69, 94, 114, 138, 177, 218, 262
Offset: 1
Examples
Solid partition [{{3, 1, 1, 1}, {3}}, {{2, 1}}, {{1}}, {{1}}, {{1}}] rotates into [{{4, 1}, {1, 1}, {1, 1}}, {{2}, {1}}, {{1}}, {{1}}, {{1}}] by rotating each layer as a plane partition.
Links
- Wouter Meeussen, Mma functions for plane and solid partitions
Crossrefs
Programs
-
Mathematica
Tr/@Table[Count[solidformBTK[par], arg_z /;turn[arg]==arg],{n,20}, {par, IntegerPartitions[n]}]
Extensions
a(16)-a(23) from Wouter Meeussen, Feb 05 2025
a(24)-a(25) from Wouter Meeussen, Jul 27 2025
Comments