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.

Previous Showing 21-28 of 28 results.

A220165 Number of nonsquare simple imperfect squared rectangles of order n up to symmetry.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 9, 33, 104, 280, 948, 3014, 9494, 30302, 98897, 323372, 1080168, 3666666, 12604812, 43734613, 153788715
Offset: 1

Views

Author

Stuart E Anderson, Dec 06 2012

Keywords

Comments

A squared rectangle is a rectangle dissected into a finite number, two or more, of squares. If no two of these squares have the same size the squared rectangle is perfect. A squared rectangle is simple if it does not contain a smaller squared rectangle. The order of a squared rectangle is the number of constituent squares.

References

Crossrefs

Extensions

a(25) from Stuart E Anderson, May 07 2024
a(26) from Stuart E Anderson, Jul 28 2024

A334905 a(n) is the minimum remaining space when a square n X n is tiled with smaller squares with distinct integer sides parallel to the n X n square.

Original entry on oeis.org

1, 3, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 21, 30, 29, 20, 25, 30, 12, 19, 24, 17, 13, 13, 18, 14, 19, 14, 15, 15, 15, 20, 15, 20, 16, 22, 16, 16, 17, 21, 22, 15, 13, 16, 18, 14, 14, 14, 17, 15, 11, 10, 12, 13, 4, 11, 8, 9, 7, 11, 4, 9, 8, 8, 8, 6, 8
Offset: 1

Views

Author

Keywords

Comments

See (Gambini, 1999) for a way to construct the sequence. Actually, one would have to extend Gambini's idea by putting extra 1-sided squares in the list of "usable squares" to allow finding nonzero-waste packings.

Examples

			For n=5, squares of sides {1, 4} can be packed inside the container, leading to uncovered area a(5) = 5*5 - (4*4 + 1*1) = 8. The other maximal packable set is composed of the squares sided {1,2,3}, which would lead to uncovered area greater than 8.
		

Crossrefs

Extensions

Terms a(17)-a(31) from Giovanni Resta, May 15 2020

A347581 The Barnyard sequence: a(n) is the minimum number of unit length line segments required to enclose areas of 1 through n on a square grid.

Original entry on oeis.org

4, 9, 14, 20, 26, 33, 40, 47, 55, 63
Offset: 1

Views

Author

Scott R. Shannon, Oct 05 2021

Keywords

Comments

The areas of size 1 through n can be created in any order and position, the only requirement being the final number of line segments used to enclose all areas is minimized. It is likely the perimeter of each area of size k, 1 <= k <= n, is the minimum possible for an area of size k, although this is unknown.
See A348149 for the total segments when the number of segments at each step is minimized.

Examples

			Example areas using the minimum number of line segments from n = 1 through n = 10 are:
.
   __
  |__|  a(1) = 4
   __ __ __
  |__|__ __|  a(2) = 9
   __ __ __
  |__|__ __|  a(3) = 14
  |__ __ __|
   __ __ __
  |__|__ __|
  |__ __ __|  a(4) = 20
  |     |
  |__ __|
   __ __ __
  |__|__ __|__
  |__ __ __|  |  a(5) = 26
  |     |     |
  |__ __|__ __|
   __ __ __
  |__|__ __|__ __ __
  |__ __ __|  |     |  a(6) = 33
  |     |     |     |
  |__ __|__ __|__ __|
         __ __ __ __
   __ __|__         |
  |__|__ __|__ __ __|
  |__ __ __|  |     |  a(7) = 40
  |     |     |     |
  |__ __|__ __|__ __|
   __ __ __ __ __ __
  |           |     |
  |__ __ __ __|     |
  |        |__ __ __|   a(8) = 47
  |__ __ __|__      |
  |     |  |  |__ __|
  |__ __|__|__ __|__|
   __ __ __ __ __ __ __
  |        |           |
  |        |__ __ __ __|
  |__ __ __|__         |
     |__|__ __|__ __ __|  a(9) = 55
     |__ __ __|  |     |
     |     |     |     |
     |__ __|__ __|__ __|
   __ __ __ __ __ __ __ __
  |         __|__   |     |
  |__ __ __|     |__|__   |
  |        |     |     |__|
  |        |     |     |  |   a(10) = 63
  |__ __ __|__ __|__ __|__|
  |              |     |__|
  |__ __ __ __ __|__ __|
.
		

Crossrefs

A348149 Variation of the Barnyard sequence A347581: a(n) is the minimum number of unit-length line segments required to enclose areas of 1 through n on a square grid when the number of segments is minimized as each area of incrementing size, starting at 1, is added.

Original entry on oeis.org

4, 9, 14, 20, 26, 33, 40, 48, 55, 64
Offset: 1

Views

Author

Scott R. Shannon, Oct 03 2021

Keywords

Comments

In this variation of A347581 the areas must be added in the order of their sizes, from 1 through n, and as each area is added the minimum possible number of line segments must be used. This forces, for example, the first three areas of size 1, 2 and 3 to form a 2 X 3 block and thus they can never appear in any other arrangement in the final area. This is also true for n up to at least 9 due to the restriction of maximizing the usable edges for the next area. This leads to a(8) and a(10) containing one more line segment than the optimal solutions of A347581.

Examples

			Examples of n = 1 to n = 10 are given below. Note that for a(3) the configuration could also consist of the area of size 1 sitting above the area of size 2 with the area of size 3 forming an L-shaped block creating the minimal 2 X 3 block.
.
   __
  |__|  a(1) = 4
   __ __ __
  |__|__ __|  a(2) = 9
   __ __ __
  |__|__ __|  a(3) = 14
  |__ __ __|
   __ __ __
  |__|__ __|
  |__ __ __|  a(4) = 20
  |     |
  |__ __|
   __ __ __
  |__|__ __|__
  |__ __ __|  |  a(5) = 26
  |     |     |
  |__ __|__ __|
   __ __ __
  |__|__ __|__ __ __
  |__ __ __|  |     |  a(6) = 33
  |     |     |     |
  |__ __|__ __|__ __|
         __ __ __ __
   __ __|__         |
  |__|__ __|__ __ __|
  |__ __ __|  |     |  a(7) = 40
  |     |     |     |
  |__ __|__ __|__ __|
         __ __ __ __
        |           |
        |__ __ __ __|
   __ __|__         |
  |__|__ __|__ __ __|  a(8) = 48
  |__ __ __|  |     |
  |     |     |     |
  |__ __|__ __|__ __|
   __ __ __ __ __ __ __
  |        |           |
  |        |__ __ __ __|
  |__ __ __|__         |
     |__|__ __|__ __ __|  a(9) = 55
     |__ __ __|  |     |
     |     |     |     |
     |__ __|__ __|__ __|
      __ __ __ __ __ __ __
     |        |           |
     |        |__ __ __ __|
   __|__ __ __|__         |
  |     |__|__ __|__ __ __|  a(10) = 64
  |     |__ __ __|  |     |
  |     |     |     |     |
  |     |__ __|__ __|__ __|
  |__ __|
.
		

Crossrefs

A220164 Number of simple squared squares of order n up to symmetry.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 5, 15, 19, 57, 72, 275, 499, 1778, 3705, 11318, 24525, 65906, 135599, 333938, 687969, 1681759, 3652677
Offset: 1

Views

Author

Stuart E Anderson, Dec 06 2012

Keywords

Comments

A squared rectangle is a rectangle dissected into a finite number, two or more, of squares, called the elements of the dissection. If no two of these squares have the same size the squared rectangle is called perfect, otherwise it is imperfect. The order of a squared rectangle is the number of constituent squares. The case in which the squared rectangle is itself a square is called a squared square. The dissection is simple if it contains no smaller squared rectangle, otherwise it is compound. This sequence counts both perfect and imperfect simple squared squares up to symmetry.

References

Crossrefs

Formula

a(n) = A006983(n) + A002962(n).

Extensions

a(13)-a(29) from Stuart E Anderson, Dec 07 2012
Clarified some definitions in comments and added a(30) - Stuart E Anderson, Jun 03 2013
a(31), a(32) added by Stuart E Anderson, Sep 30 2013

A220166 Number of nonsquare simple squared rectangles of order n up to symmetry.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 3, 6, 22, 76, 246, 848, 2889, 9964, 34440, 119875, 420525, 1482802, 5254679, 18713933, 66968081, 240735712
Offset: 1

Views

Author

Stuart E Anderson, Dec 06 2012

Keywords

Comments

A squared rectangle (which may be a square) is a rectangle dissected into a finite number, two or more, of integer sized squares. If no two of these squares have the same size the squared rectangle is perfect. A squared rectangle is simple if it does not contain a smaller squared rectangle. The order of a squared rectangle is the number of constituent squares. This sequence counts nonsquare simple perfect squared rectangles and nonsquare simple imperfect squared rectangles.

References

Crossrefs

Extensions

a(9)-a(24) from Stuart E Anderson Dec 07 2012

A220167 Number of simple squared rectangles of order n up to symmetry.

Original entry on oeis.org

3, 6, 22, 76, 247, 848, 2892, 9969, 34455, 119894, 420582, 1482874, 5254954, 18714432, 66969859, 240739417
Offset: 1

Views

Author

Stuart E Anderson, Dec 06 2012

Keywords

Comments

A squared rectangle is a rectangle dissected into a finite number of integer-sized squares. If no two of these squares are the same size then the squared rectangle is perfect. A squared rectangle is simple if it does not contain a smaller squared rectangle or squared square. The order of a squared rectangle is the number of squares into which it is dissected. [Edited by Stuart E Anderson, Feb 03 2024]

References

Crossrefs

Formula

a(n) = A002839(n) + A002881(n).
a(n) = A006983(n) + A002962(n) + A220165(n) + A219766(n).
Conjecture: a(n) ~ n^(-5/2) * 4^n / (243*sqrt(Pi)), from "A Census of Planar Maps", p. 267, where William Tutte gave a conjectured asymptotic formula for the number of perfect squared rectangles where n is the number of elements in the dissection (the order). [Corrected by Stuart E Anderson, Feb 03 2024]

Extensions

a(9)-a(24) from Stuart E Anderson, Dec 07 2012

A340919 Sorted sizes of the 55 squares used in the first known squared square of dimension 4205 X 4205 found by Roland Sprague in 1938.

Original entry on oeis.org

13, 29, 35, 39, 50, 52, 65, 78, 87, 91, 104, 116, 117, 130, 140, 143, 145, 174, 182, 195, 203, 221, 232, 234, 247, 261, 270, 286, 290, 299, 305, 312, 319, 325, 340, 375, 406, 429, 435, 493, 522, 551, 565, 575, 615, 638, 665, 667, 696, 705, 725, 957, 1040, 1885, 2320
Offset: 1

Views

Author

Hugo Pfoertner, Feb 16 2021

Keywords

Crossrefs

Formula

Sum_{k=1..55} a(k)^2 = 4205^2.
Previous Showing 21-28 of 28 results.