Ed Wynn has authored 14 sequences. Here are the ten most recent ones:
A364404
Number of (strictly) 1-connected cubic graphs on 2n nodes.
Original entry on oeis.org
0, 0, 0, 0, 1, 4, 29, 186, 1435, 12671, 131820, 1590900, 21940512, 339723835
Offset: 1
For n=5, the unique 10-node cubic graph that is strictly 1-connected is:
o o
/|\ /|\
o-o o-o o-o
\|/ \|/
o o
- G. Brinkmann, J. Goedgebeur and B. D. McKay, snarkhunter.
A319159
Given an equilateral triangular grid with side n, containing n(n+1)/2 points, a(n) is the minimal number of points to be selected, such that any equilateral triangle of points will include at least one of the selection.
Original entry on oeis.org
1, 2, 4, 7, 11, 16, 22, 28, 35, 44, 53, 63, 74, 86
Offset: 1
For n=4, this sequence has the same value a(4)=4 as A227116 and A319158, but if we look at the three solutions to those sequences (unique up to symmetry), representing selected points by O:
O O O
O , . , . .
, . O , O . . O .
. O , . O . , O . O O .
We see that only the last of these is a solution here -- the others have rotated triangles not including any selected point (for example, as shown with commas). The last selection is therefore the unique solution (up to symmetry) for a(4)=4.
A319158
Given an equilateral triangular grid with side n, containing n(n+1)/2 points, a(n) is the minimal number of points to be selected, such that any equilateral triangle of points will include at least one of the selection, if the triangle has the same orientation as the grid.
Original entry on oeis.org
0, 1, 2, 4, 6, 9, 13, 18, 23, 29, 35, 43, 51
Offset: 1
For n=5, there is a unique solution for a(5)=6 (representing selected points by O):
O
. .
, O ,
. O O .
O . , . O
It can be seen that this is not a valid solution for A227116 because of the upside-down triangle of commas. One solution for A227116(5)=7 would be to select one of the commas as well.
A288425
Minimal number of vertices that must be selected from an n X n square grid so that any square of 4 vertices, regardless of orientation, will include at least one selected vertex.
Original entry on oeis.org
0, 1, 3, 6, 10, 15, 22, 30, 39, 50
Offset: 1
For n = 3, an extra selection is required compared to A152125 (which considers only squares with sides parallel to the grid), because of the angled square consisting of the midpoints of the edges. One solution (with selected points shown as X) is:
X X .
. X .
. . .
The number of squares to be considered is
A002415.
A240125
Number of inequivalent ways to cut an n X n square into squares with integer sides, such that the dissection has one reflective symmetry in an axis parallel to a side, but no other symmetries.
Original entry on oeis.org
0, 0, 0, 3, 5, 138, 201, 13032, 19990, 4095612, 7026883, 4451051502
Offset: 1
The three dissections for n=4, with the axis horizontal:
--------- --------- ---------
| | | | | | | | | | | | |
| ----- | ----- ---------
| | | | | | | | | | |
--------- ----- | | -----
| | | | | | | | | | |
| ----- | ----- ---------
| | | | | | | | | | | | |
--------- --------- ---------
A240124
Number of inequivalent ways to cut an n X n square into squares with integer sides, such that the dissection has 180-degree rotational symmetry, but no other symmetries.
Original entry on oeis.org
0, 0, 0, 0, 2, 19, 109, 1781, 13660, 397689, 5368943, 289864745
Offset: 1
The two dissections for n=5:
----------- -----------
| | | | | | | | |
| | --- --- -----
| | | | | | | | |
----------- -----------
| | | | | | | | | | | |
----------- -----------
| | | | | | | | |
--- | | ----- ---
| | | | | | | | |
----------- -----------
A240123
Number of inequivalent ways to cut an n X n square into squares with integer sides, such that the dissection has a reflective symmetry in one diagonal, but no other symmetries.
Original entry on oeis.org
0, 0, 1, 3, 19, 107, 847, 8647, 119835, 2255123, 58125783, 2050662011
Offset: 1
The three dissections for n=4:
--------- --------- ---------
| | | | | | | | | |
| ----- | | | | ---
| | | | | | | | | |
--------- --------- | ---
| | | | | | | | | | | |
--------- | ----- ---------
| | | | | | | | | | | | | |
--------- --------- ---------
A240122
Number of inequivalent ways to cut an n X n square into squares with integer sides, such that the dissection has 90-degree rotational symmetry and no reflective symmetry.
Original entry on oeis.org
0, 0, 0, 0, 1, 2, 12, 40, 154, 760, 3260, 22730
Offset: 1
The two dissections for n=6:
------------- -------------
| | | | | | | | | | | |
--- ------- --- -------
| | | | | | | | | |
--------- | --------- |
| | | | | | | | | | |
----- ----- -------------
| | | | | | | | | | |
| --------- ---------
| | | | | | | | | |
------- --- ------- ---
| | | | | | | | | | | |
------------- -------------
A240121
Number of inequivalent ways to cut an n X n square into squares with integer sides, such that the dissection has two reflective symmetries in axes parallel to the sides, and no other reflective symmetries.
Original entry on oeis.org
0, 0, 0, 1, 0, 13, 5, 183, 75, 4408, 1501, 180324
Offset: 1
This dissection is the only example for n=4:
---------
| | | |
--- ---
| | | |
---------
| | | |
--- ---
| | | |
---------
A240120
Number of inequivalent ways to cut an n X n square into squares with integer sides, such that the dissection has reflective symmetry in both diagonals and no other reflective symmetries.
Original entry on oeis.org
0, 0, 0, 1, 1, 9, 19, 121, 275, 2489, 7217, 86775
Offset: 1
This is the single dissection for n=4:
---------
| | | |
| -----
| | | |
---------
| | | |
----- |
| | | |
---------
Comments