A096056 Duplicate of A050501.
3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 9, 9, 9, 9, 10, 10, 10, 10
Offset: 2
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.
for (i=1;i<100;i++) { x=Math.pow(1/i,1/i); document.write(Math.floor(1/(1-x))+", "); }
Table[Round[n/Log[n]],{n,2,80}] (* Harvey P. Dale, Nov 03 2013 *)
a(n) = round(n/log(n)); \\ Michel Marcus, Jan 24 2025
A size-11 square can be divided into 3 X 4, 2 X 6, 2 X 7, 3 X 5, 4 X 4, 2 X 8, 2 X 9, and 3 X 6 rectangles. 18 - 12 = 6, the minimal area range. The 14 X 14 square can be divided into non-congruent rectangles of area 30 to 36: aaaaaaaaaabbbb aaaaaaaaaabbbb aaaaaaaaaabbbb cccdddddddbbbb cccdddddddbbbb cccdddddddbbbb cccdddddddbbbb cccdddddddbbbb ccceeeeeffffff ccceeeeeffffff ccceeeeeffffff ccceeeeeffffff ccceeeeeffffff ccceeeeeffffff
Table[Floor[(2n)/(3Log[n])],{n,2,100}] (* Harvey P. Dale, Jan 25 2025 *)
Table[Floor[(8n)/(5Log[n])],{n,2,80}] (* Harvey P. Dale, Feb 14 2025 *)
Comments