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.

A382247 Number of fixed points of solid partitions under twice the 'time-lapse' operation.

Original entry on oeis.org

1, 0, 2, 2, 3, 4, 7, 12, 16, 22, 32, 50, 68, 96, 134, 195, 261, 364, 497, 701, 941, 1288, 1738
Offset: 1

Views

Author

Wouter Meeussen, Mar 19 2025

Keywords

Comments

Permutes the 4 axes of the 4D-Ferrers plot of the solid partitions as 2143.

Examples

			z[{{2},{2}}] -> z[{{1,1}},{{1,1}}] -> z[{{2},{2}}] under the 'lapse' operation.
		

Crossrefs

Programs

  • Mathematica
    Tr/@Table[Count[solidformBTK[par], arg_z/; Nest[lapse,arg,2]===arg], {n, 20}, {par, IntegerPartitions[n]}]