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.

Showing 1-1 of 1 results.

A386757 a(n) is the number of sets of noncongruent five-cuboid combinations that fill an n X n X n cube excluding combinations that contain cube-shaped cuboids.

Original entry on oeis.org

0, 0, 1, 21, 179, 513, 1471, 2736, 5713, 8881, 15478, 21961, 34355, 45696, 66768, 84922, 117621, 145313, 193283, 232787, 300764, 355093, 447181, 520412, 641801, 736900, 894222, 1015173, 1213646, 1366103, 1612366, 1799756, 2102572, 2329955, 2695421, 2970037, 3406356
Offset: 1

Views

Author

Janaka Rodrigo, Aug 01 2025

Keywords

Comments

Alternatively a(n) is the number of ways to decompose (n,n,n) triplet into sets of distinct five unordered triplets of the form (x,y,z) without having x = y = z in any of the triplets.

Examples

			There are 31 sets of distinct unordered five-cuboid combinations filling 4 X 4 X 4 cube including 10 combinations containing cube-shaped cuboids which are listed below,
   {(1,1,1), (1,1,2), (1,1,4), (1,3,3), (3,4,4)},
   {(1,1,1), (1,1,2), (1,3,3), (1,4,4), (3,3,4)},
   {(1,1,1), (1,1,3), (1,1,4), (1,2,4), (3,4,4)},
   {(1,1,1), (1,1,3), (1,1,4), (2,3,4), (2,4,4)},
   {(1,1,1), (1,1,3), (1,2,4), (1,4,4), (3,3,4)},
   {(1,1,1), (1,1,3), (1,3,4), (1,4,4), (2,4,4)},
   {(1,1,3), (1,2,3), (1,3,4), (1,4,4), (3,3,3)},
   {(1,1,4), (1,2,4), (1,3,3), (1,4,4), (3,3,3)},
   {(1,2,2), (1,2,4), (2,2,2), (2,2,3), (2,4,4)},
   {(1,2,2), (1,4,4), (2,2,2), (2,2,3), (2,3,4)}.
Therefore a(4) = 31 - 10 = 21.
		

Crossrefs

Extensions

a(14)-a(16) from Sean A. Irvine, Aug 03 2025
a(17)-a(37) from Jinyuan Wang, Aug 04 2025
Showing 1-1 of 1 results.