A096577 Number of fixed points of solid partitions under 'time-lapse' operation.
1, 0, 0, 0, 1, 0, 1, 0, 2, 0, 2, 0, 2, 0, 4, 1, 5, 0, 7, 1, 7, 0, 14
Offset: 1
Examples
Solid partition [{{3,1,1,1},{3}},{{2,1}},{{1}},{{1}},{{1}}] lapses (L) into [{{4,1},{2},{1},{1},{1}},{{1,1},{1}},{{1,1}}], then into [{{2,1,1,1,1},{2,1},{2}},{{1,1}},{{1}},{{1}}], further into [{{5,2,1},{2},{1},{1}},{{1,1,1}}] and returns after L^4 to [{{3,1,1,1},{3}},{{2,1}},{{1}},{{1}},{{1}}].
Links
- Wouter Meeussen, Mma functions for plane and solid partitions
Crossrefs
Programs
-
Mathematica
(* See link above. *) Tr/@Table[Count[solidformBTK[par],arg_z/;lapse[arg]==arg],{n,20},{par,IntegerPartitions[n]}] (* Wouter Meeussen, Feb 05 2025 *)
Extensions
a(16)-a(23) from Wouter Meeussen, Mar 19 2025
Comments