login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A358877 Triangle read by rows: T(n,k) is the number of cubes of side length k that can be placed inside a cube of side length n without overlap, 1 <= k <= n. 0
1, 8, 1, 27, 1, 1, 64, 8, 1, 1, 125, 8, 1, 1, 1, 216, 27, 8, 1, 1, 1, 343, 27, 8, 1, 1, 1, 1, 512, 64, 8, 8, 1, 1, 1, 1, 729, 64, 27, 8, 1, 1, 1, 1, 1, 1000, 125, 27, 8, 8, 1, 1, 1, 1, 1, 1331, 125, 27, 8, 8, 1, 1, 1, 1, 1, 1, 1728, 216, 64, 27, 8, 8, 1, 1, 1, 1, 1, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
T(n,k) is a cube 1 <= k <= n.
Alternative construction: Write each column k with each cube repeated k times.
Row sums of triangle are A318742.
LINKS
EXAMPLE
Triangle begins:
1;
8, 1;
27, 1, 1;
64, 8, 1, 1;
125, 8, 1, 1, 1;
216, 27, 8, 1, 1, 1;
343, 27, 8, 1, 1, 1, 1;
512, 64, 8, 8, 1, 1, 1, 1;
729, 64, 27, 8, 1, 1, 1, 1, 1;
1000, 125, 27, 8, 8, 1, 1, 1, 1, 1;
1331, 125, 27, 8, 8, 1, 1, 1, 1, 1, 1;
1728, 216, 64, 27, 8, 8, 1, 1, 1, 1, 1, 1;
...
PROG
(Python)
def T(n, k): return (n//k)**3
CROSSREFS
Sequence in context: A138505 A002173 A050458 * A125166 A211785 A075151
KEYWORD
nonn,tabl
AUTHOR
Torlach Rush, Feb 17 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)