Displaying 41-50 of 6133 results found.
page
1
2
3
4
5
6
7
8
9
10
... 614
Coordination sequence of 2-uniform tiling {3.4.6.4, 4.6.12} with respect to a point of type 4.6.12.
+10
37
1, 3, 6, 9, 11, 14, 17, 21, 25, 28, 30, 32, 35, 39, 43, 46, 48, 50, 53, 57, 61, 64, 66, 68, 71, 75, 79, 82, 84, 86, 89, 93, 97, 100, 102, 104, 107, 111, 115, 118, 120, 122, 125, 129, 133, 136, 138, 140, 143, 147, 151, 154, 156, 158, 161, 165, 169, 172, 174, 176
COMMENTS
Joseph Myers (Dec 14 2015) reports that "My program for coordination sequences requires describing the tiling structure under translation, listing all edges in the form: (class1, 0, 0) has an edge to (class2, x, y). The present tiling has 18 orbits of vertices under translation and 30 orbits of edges under translation (each of which is described in both directions). So in principle it could generate the other 19 2-uniform tilings, but without a cross check with hand-computed terms there's a risk of e.g. missing some edges, and a fair amount of work producing all the descriptions of translation classes of edges."
Linear recurrence and g.f. confirmed by Shutov/Maleev link. - Ray Chandler, Aug 31 2023
REFERENCES
Branko Grünbaum and G. C. Shephard, Tilings and Patterns. W. H. Freeman, New York, 1987. See page 67, 4th row, 3rd tiling.
Otto Krötenheerdt, Die homogenen Mosaike n-ter Ordnung in der euklidischen Ebene, I, II, III, Wiss. Z. Martin-Luther-Univ. Halle-Wittenberg, Math-Natur. Reihe, 18 (1969), 273-290; 19 (1970), 19-38 and 97-122. [Includes classification of 2-uniform tilings]
Anton Shutov and Andrey Maleev, Coordination sequences of 2-uniform graphs, Z. Kristallogr., 235 (2020), 157-166.
LINKS
N. J. A. Sloane, Coordination Sequences, Planing Numbers, and Other Recent Sequences (II), Experimental Mathematics Seminar, Rutgers University, Jan 31 2019, Part I, Part 2, Slides. (Mentions this sequence)
FORMULA
Based on the b-file, the g.f. appears to be (1+x^2+2*x^5-2*x^6+2*x^7-x^8)/(1-3*x+4*x^2-3*x^3+x^4). This matches the first 1000 terms, so is probably correct. - N. J. A. Sloane, Dec 14 2015
Conjectured g.f. is equivalent to a(n) = 3*n - A010892(n+1) for n >= 5. - R. J. Mathar, Oct 09 2020
MATHEMATICA
LinearRecurrence[{3, -4, 3, -1}, {1, 3, 6, 9, 11, 14, 17, 21, 25}, 100] (* Paolo Xausa, Nov 15 2023 *)
CROSSREFS
See A265036 for the other type of point.
Coordination sequences for the 20 2-uniform tilings in the order in which they appear in the Galebach catalog, together with their names in the RCSR database (two sequences per tiling): #1 krt A265035, A265036; #2 cph A301287, A301289; #3 krm A301291, A301293; #4 krl A301298, A298024; #5 krq A301299, A301301; #6 krs A301674, A301676; #7 krr A301670, A301672; #8 krk A301291, A301293; #9 krn A301678, A301680; #10 krg A301682, A301684; #11 bew A008574, A296910; #12 krh A301686, A301688; #13 krf A301690, A301692; #14 krd A301694, A219529; #15 krc A301708, A301710; #16 usm A301712, A301714; #17 krj A219529, A301697; #18 kre A301716, A301718; #19 krb A301720, A301722; #20 kra A301724, A301726.
Coordination sequence for planar net 3.6.3.6. Spherical growth function for a certain reflection group in plane.
+10
35
1, 4, 8, 14, 18, 22, 28, 30, 38, 38, 48, 46, 58, 54, 68, 62, 78, 70, 88, 78, 98, 86, 108, 94, 118, 102, 128, 110, 138, 118, 148, 126, 158, 134, 168, 142, 178, 150, 188, 158, 198, 166, 208, 174, 218, 182, 228, 190, 238, 198, 248, 206, 258, 214, 268, 222, 278
COMMENTS
Interesting because coefficients never become monotonic.
Also the coordination sequence for a planar net made of densely packed circles. - Yuriy Sibirmovsky, Sep 11 2016
Described by J.-G. Eon (2014) as the coordination sequence of the Kagome net. - N. J. A. Sloane, Jan 03 2018
REFERENCES
P. de la Harpe, Topics in Geometric Group Theory, Univ. Chicago Press, 2000, p. 161 (but beware errors).
LINKS
Reticular Chemistry Structure Resource, kgm
FORMULA
G.f.: (1 + 2*x)*(1 + 2*x + 2*x^2 + 2*x^3 - x^4)/(1 - x^2)^2.
a(n) = (9 + (-1)^n)*n/2 - 2*(-1)^n for n > 1.
E.g.f.: 3 - 2*x + (4*x - 2)*cosh(x) + (5*x + 2)*sinh(x). (End)
MAPLE
f := n->if n mod 2 = 0 then 10*(n/2)-2 else 8*(n-1)/2+6 fi;
MATHEMATICA
a[n_?EvenQ] := 10*n/2-2; a[n_?OddQ] := 8*(n-1)/2+6; a[0] = 1; a[1] = 4; Table[a[n], {n, 0, 45}] (* Jean-François Alcover, Nov 18 2011, after Maple *)
CoefficientList[Series[(1+2x)(1+2x+2x^2+2x^3-x^4)/(1-x^2)^2, {x, 0, 50}], x] (* or *) LinearRecurrence[{0, 2, 0, -1}, {1, 4, 8, 14, 18, 22}, 50] (* Harvey P. Dale, Sep 05 2018 *)
PROG
(Haskell)
a008579 0 = 1
a008579 1 = 4
a008579 n = (10 - 2*m) * n' + 8*m - 2 where (n', m) = divMod n 2
a008579_list = 1 : 4 : concatMap (\x -> map (* 2) [5*x-1, 4*x+3]) [1..]
Coordination sequence for planar net 3.12.12.
+10
34
1, 3, 4, 6, 8, 12, 14, 15, 18, 21, 22, 24, 28, 30, 30, 33, 38, 39, 38, 42, 48, 48, 46, 51, 58, 57, 54, 60, 68, 66, 62, 69, 78, 75, 70, 78, 88, 84, 78, 87, 98, 93, 86, 96, 108, 102, 94, 105, 118, 111, 102, 114, 128, 120, 110, 123, 138, 129
COMMENTS
Also, growth series for group with presentation < S, T : S^2 = T^3 = (S*T)^6 = 1 >. See Magma program in A298805. - N. J. A. Sloane, Feb 06 2018
LINKS
Reticular Chemistry Structure Resource, hca
FORMULA
Empirically,
a(4n) = 10n - 2 except for a(0) = 1
a(4n+1) = 9n + 3
a(4n+2) = 8n + 6 except for a(2) = 4
a(4n+3) = 9n + 6. (End)
If these are correct, the sequence has g.f.
-(-1 - x - x^2 - 3*x^3 + x^4 - 5*x^5 + 3*x^6 - 4*x^7 + 2*x^8)/((x - 1)^2*(x^2 + 1)^2). - N. J. A. Sloane, Nov 28 2014
E.g.f.: (9*x*cosh(x) - 4*(2*cos(x) + x^2 - 3) + 9*x*sinh(x) - (x - 3)*sin(x))/4. - Stefano Spezia, Jan 05 2023
MATHEMATICA
Join[{1, 3, 4}, LinearRecurrence[{2, -3, 4, -3, 2, -1}, {6, 8, 12, 14, 15, 18}, 100]] (* Jean-François Alcover, Aug 05 2018 *)
EXTENSIONS
a(8) onwards from Maurizio Paolini and Joseph Myers (independently), Nov 28 2014
Coordination sequence for the planar net 4.6.12.
+10
30
1, 3, 5, 7, 9, 12, 15, 17, 19, 21, 24, 27, 29, 31, 33, 36, 39, 41, 43, 45, 48, 51, 53, 55, 57, 60, 63, 65, 67, 69, 72, 75, 77, 79, 81, 84, 87, 89, 91, 93, 96, 99, 101, 103, 105, 108, 111, 113, 115, 117, 120, 123, 125, 127, 129, 132, 135, 137
COMMENTS
There is only one type of node in this structure: each node meets a square, a hexagon and a 12-gon.
The coordination sequence with respect to a particular node gives the number of nodes that can be reached from that node in n steps along edges.
Also, coordination sequence for the aluminophosphate AlPO_4-5 structure.
REFERENCES
A. V. Shutov, On the number of words of a given length in plane crystallographic groups (Russian), Zap. Nauchn. Sem. S.-Peterburg. Otdel. Mat. Inst. Steklov. (POMI) 302 (2003), Anal. Teor. Chisel i Teor. Funkts. 19, 188--197, 203; translation in J. Math. Sci. (N.Y.) 129 (2005), no. 3, 3922-3926 [MR2023041]. See Table 1, line "p6m" (but beware typos).
LINKS
Reticular Chemistry Structure Resource, fxt
FORMULA
Empirical g.f.: (x+1)^2*(x^2-x+1)*(x^2+x+1)/((x-1)^2*(x^4+x^3+x^2+x+1)). - Colin Barker, Nov 18 2012
This empirical g.f. can also be written as (1 + 2*x + 2*x^2 + 2*x^3 + 2*x^4 + 2*x^5 + x^6)/(1 - x - x^5 + x^6). - N. J. A. Sloane, Dec 20 2015
Theorem: For n >= 7, a(n) = a(n-1) + a(n-5) - a(n-6), and a(5k) = 12k (k > 0), a(5k+m) = 12k + 2m + 1 (k >= 0, 1 <= m < 5). This also implies the conjectured g.f.'s. - N. J. A. Sloane, conjectured Dec 20 2015, proved Jan 20 2018.
The proof uses the "coloring book" method described in the Goodman-Strauss & Sloane article. The subgraph H is shown above in the links.
The figure is divided into 6 sectors by the blue trunks. In the interior of each sector, working outwards from the base point P at the origin, there are successively 1,2,3,4,... (red) 12-gons. All the 12-gons (both red and blue) have a unique closest point to P.
If the closest point in a 12-gon is at distance d from P, then the contributions of the 12 points of the 12-gon to a(d), a(d+1), ..., a(d+6) are 1,2,2,2,2,2,1, respectively.
The rest of the proof is now a matter of simple counting.
The blue 12-gons (along the trunks) are especially easy to count, because there is a unique blue 12-gon at shortest distance d from P for d = 1,2,3,4,...
(End)
a(n) = 2*(6*n + sqrt(1 + 2/sqrt(5))*sin(2*n*Pi/5) + sqrt(1 - 2/sqrt(5))*sin(4*n*Pi/5))/5 for n > 0. - Stefano Spezia, Jan 05 2023
MATHEMATICA
Join[{1}, LinearRecurrence[{1, 0, 0, 0, 1, -1}, {3, 5, 7, 9, 12, 15}, 100]] (* Jean-François Alcover, Dec 13 2018 *)
EXTENSIONS
Thanks to Darrah Chavey for pointing out that this is the planar net 4.6.12. - N. J. A. Sloane, Nov 24 2014
Coordination sequence for 3.3.3.4.4 planar net.
+10
28
1, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170, 175, 180, 185, 190, 195, 200, 205, 210, 215, 220, 225, 230, 235, 240, 245, 250, 255, 260, 265, 270, 275
COMMENTS
Also the Engel expansion of exp^(1/5); cf. A006784 for the Engel expansion definition. - Benoit Cloitre, Mar 03 2002
LINKS
Reticular Chemistry Structure Resource, cem
FORMULA
G.f.: (1 + 3*x + x^2)/(1 - x)^2.
a(n) = 0^n + 5n. (End)
EXAMPLE
G.f. = 1 + 5*x + 10*x^2 + 15*x^3 + 20*x^4 + 25*x^5 + 30*x^6 + 35*x^7 + ...
Coordination sequence for the Cairo or dual-3.3.4.3.4 tiling with respect to a trivalent point.
+10
25
1, 3, 8, 12, 15, 20, 25, 28, 31, 36, 41, 44, 47, 52, 57, 60, 63, 68, 73, 76, 79, 84, 89, 92, 95, 100, 105, 108, 111, 116, 121, 124, 127, 132, 137, 140, 143, 148, 153, 156, 159, 164, 169, 172, 175, 180, 185, 188, 191, 196, 201, 204, 207, 212, 217, 220, 223, 228
COMMENTS
There are two types of point in this tiling. This is the coordination sequence with respect to a point of degree 3.
The coordination sequence with respect to a point of degree 4 (see second illustration) is simply 1, 4, 8, 12, 16, 20, ..., the same as the coordination sequence for the 4.4.4.4 square grid ( A008574). See the CGS-NJAS link for the proof.
REFERENCES
Branko Grünbaum and G. C. Shephard, Tilings and Patterns. W. H. Freeman, New York, 1987. See Fig. 9.1.3, drawing P_5-24, page 480.
Herbert C. Moore, U.S. Patents 928,320 and 928,321, Patented July 20 1909. [Shows Cairo tiling.]
LINKS
Chung, Ping Ngai, Miguel A. Fernandez, Yifei Li, Michael Mara, Frank Morgan, Isamar Rosa Plata, Niralee Shah, Luis Sordo Vieira, and Elena Wikner. Isoperimetric Pentagonal Tilings, Notices of the AMS 59, no. 5 (2012), pp. 632-640. See Fig. 1 (left).
N. J. A. Sloane, Coordination Sequences, Planing Numbers, and Other Recent Sequences (II), Experimental Mathematics Seminar, Rutgers University, Jan 31 2019, Part I, Part 2, Slides. (Mentions this sequence)
FORMULA
The simplest formula is: a(0)=1, a(1)=2, a(2)=8, and thereafter a(n) = 4n if n is odd, 4n - 1 if n == 0 (mod 4), and 4n+1 if n == 2 (mod 4). (See the CGS-NJAS link for proof. - N. J. A. Sloane, May 10 2018)
G.f.: -(x^6-x^5-2*x^4-4*x^2-x-1)/((x^2+1)*(x-1)^2).
a(n) = (8*n - (-i)^n - i^n) / 2 for n>2, where i=sqrt(-1).
a(n) = 2*a(n-1) - 2*a(n-2) + 2*a(n-3) - a(n-4) for n>6.
(End)
MATHEMATICA
Join[{1, 3, 8}, LinearRecurrence[{2, -2, 2, -1}, {12, 15, 20, 25}, 100]] (* Jean-François Alcover, Aug 05 2018 *)
PROG
(PARI) See Links section.
CROSSREFS
List of coordination sequences for Laves tilings (or duals of uniform planar nets): [3,3,3,3,3.3] = A008486; [3.3.3.3.6] = A298014, A298015, A298016; [3.3.3.4.4] = A298022, A298024; [3.3.4.3.4] = A008574, A296368; [3.6.3.6] = A298026, A298028; [3.4.6.4] = A298029, A298031, A298033; [3.12.12] = A019557, A298035; [4.4.4.4] = A008574; [4.6.12] = A298036, A298038, A298040; [4.8.8] = A022144, A234275; [6.6.6] = A008458.
Number of n-uniform tilings having n different arrangements of polygons about their vertices.
+10
4
11, 20, 39, 33, 15, 10, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
COMMENTS
Sequence gives the number of edge-to-edge regular-polygon tilings having n topologically distinct vertex types, with each vertex type having a different arrangement of surrounding polygons. Does not allow for tilings with two or more vertex types having the same arrangement of surrounding polygons, even when those vertices are topologically distinct. There are no 8- or higher-uniform tilings having the equivalent number of distinct polygon arrangements.
There are eleven 1-uniform tilings (also called the "Archimedean" tessellations) which comprise the three regular tessellations (all triangles, squares, or hexagons) plus the eight semiregular tessellations. (See A250120. - N. J. A. Sloane, Nov 29 2014)
REFERENCES
This sequence was originally calculated by Otto Krotenheerdt.
Branko Grünbaum and G. C. Shephard, Tilings and Patterns. W. H. Freeman, New York, 1987, page 69.
Krotenheerdt, Otto. "Die homogenen Mosaike n-ter Ordnung in der euklidischen Ebene," Wiss. Z. Martin-Luther-Univ. Halle-Wittenberg. Math.-natur. Reihe, 18(1969), 273-290; 19 (1970)19-38 and 97-122.
Coordination sequence of point of type 3.3.4.3.4 in 4-uniform tiling {3.3.4.3.4; 3.3.4.12; 3.3.12.4; 3.4.3.12}.
+10
4
1, 5, 8, 8, 11, 17, 25, 27, 24, 30, 38, 46, 47, 44, 46, 50, 64, 68, 65, 66, 70, 80, 80, 83, 87, 91, 100, 100, 99, 99, 109, 121, 121, 119, 119, 125, 133, 139, 140, 140, 145, 153, 155, 152, 158, 166, 174, 175, 172, 174, 178, 192, 196, 193, 194, 198, 208, 208, 211
COMMENTS
This tiling appears as an example in Connelly et al. (2014), Fig. 6 (the heavy black lines in the figures here are an artifact from that figure).
For the definition of k-uniform tiling see Section 2.2 of Chapter 2 of Grünbaum and Shephard (1987).
REFERENCES
Branko Grünbaum and G. C. Shephard, Tilings and Patterns. W. H. Freeman, New York, 1987.
LINKS
Brian Galebach, Tiling 132 (in list of 4-uniform tilings).
FORMULA
Empirical g.f.: -(x+1)*(x^15 +3*x^14 -4*x^11 -6*x^10 -7*x^9 -4*x^8 -7*x^7 -11*x^6 -9*x^5 -7*x^4 -4*x^3 -4*x^2 -4*x -1) / ((x -1)^2*(x^4 +x^3 +x^2 +x +1)*(x^6 +x^5 +x^4 +x^3 +x^2 +x +1)). - Colin Barker, Dec 02 2014
Coordination sequence of point of type 3.3.12.4 in 4-uniform tiling {3.3.4.3.4; 3.3.4.12; 3.3.12.4; 3.4.3.12}.
+10
4
1, 4, 7, 10, 15, 16, 21, 29, 28, 34, 33, 40, 48, 45, 53, 51, 59, 65, 64, 72, 68, 78, 83, 83, 89, 87, 97, 100, 102, 107, 106, 114, 119, 121, 124, 125, 132, 138, 138, 143, 144, 149, 157, 156, 162, 161, 168, 176, 173, 181, 179, 187, 193, 192, 200, 196, 206, 211, 211
COMMENTS
This tiling appears as an example in Connelly et al. (2014), Fig. 6 (the heavy black lines in the figures here are an artifact from that figure).
For the definition of k-uniform tiling see Section 2.2 of Chapter 2 of Grünbaum and Shephard (1987).
REFERENCES
Branko Grünbaum and G. C. Shephard, Tilings and Patterns. W. H. Freeman, New York, 1987.
LINKS
Brian Galebach, Tiling 132 (in list of 4-uniform tilings).
FORMULA
Empirical g.f.: -(3*x^14 -4*x^12 -4*x^11 -7*x^10 -12*x^9 -14*x^8 -21*x^7 -17*x^6 -15*x^5 -15*x^4 -10*x^3 -7*x^2 -4*x -1) / ((x -1)^2*(x^4 +x^3 +x^2 +x +1)*(x^6 +x^5 +x^4 +x^3 +x^2 +x +1)). - Colin Barker, Dec 02 2014
Coordination sequence of point of type 3.4.3.12 in 4-uniform tiling {3.3.4.3.4; 3.3.4.12; 3.3.12.4; 3.4.3.12}.
+10
4
1, 4, 6, 11, 13, 15, 23, 23, 33, 30, 33, 42, 41, 54, 46, 54, 58, 58, 73, 64, 75, 74, 79, 89, 81, 94, 92, 100, 105, 102, 110, 109, 119, 123, 123, 126, 130, 135, 140, 142, 144, 151, 151, 161, 158, 161, 170, 169, 182, 174, 182, 186, 186, 201, 192, 203, 202, 207, 217
COMMENTS
This tiling appears as an example in Connelly et al. (2014), Fig. 6 (the heavy black lines in the figures here are an artifact from that figure).
For the definition of k-uniform tiling see Section 2.2 of Chapter 2 of Grünbaum and Shephard (1987).
REFERENCES
Branko Grünbaum and G. C. Shephard, Tilings and Patterns. W. H. Freeman, New York, 1987.
LINKS
Brian Galebach, Tiling 132 (in list of 4-uniform tilings).
FORMULA
Empirical g.f.: -(x^17 +x^16 +x^15 +x^14 -2*x^13 -4*x^12 -6*x^11 -7*x^10 -11*x^9 -18*x^8 -16*x^7 -19*x^6 -14*x^5 -13*x^4 -11*x^3 -6*x^2 -4*x -1) / ((x -1)^2*(x^4 +x^3 +x^2 +x +1)*(x^6 +x^5 +x^4 +x^3 +x^2 +x +1)). - Colin Barker, Dec 02 2014
Search completed in 1.148 seconds
|