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.

A096576 Number of solid partitions asymmetric under rotation operation.

This page as a plain text file.
%I A096576 #10 Aug 08 2025 02:50:30
%S A096576 0,1,3,8,19,46,101,226,486,1038,2163,4471,9077,18260,36258
%N A096576 Number of solid partitions asymmetric under rotation operation.
%C A096576 Rotation has permutation cycle length 1 or 3. Uses function "solidformBTK" from link above.
%H A096576 Wouter Meeussen, <a href="/A094504/a094504_1.txt">Mma functions for plane and solid partitions</a>
%F A096576 a(n) = (A000293(n) - A096575(n))/3.
%e A096576 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.
%t A096576 (* See A096575. *)
%Y A096576 Cf. A000293, A094504, A094508, A096272, A096573, A096574, A096575, A096577, A096578, A096579, A096580, A096581.
%K A096576 nonn,more
%O A096576 1,3
%A A096576 _Wouter Meeussen_, Jun 27 2004