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-30 of 58 results. Next

A298035 Coordination sequence of Dual(3.12.12) tiling with respect to a trivalent node.

Original entry on oeis.org

1, 3, 21, 39, 57, 75, 93, 111, 129, 147, 165, 183, 201, 219, 237, 255, 273, 291, 309, 327, 345, 363, 381, 399, 417, 435, 453, 471, 489, 507, 525, 543, 561, 579, 597, 615, 633, 651, 669, 687, 705, 723, 741, 759, 777, 795, 813, 831, 849, 867, 885, 903, 921, 939, 957, 975, 993, 1011, 1029, 1047, 1065
Offset: 0

Views

Author

N. J. A. Sloane, Jan 22 2018

Keywords

Comments

This tiling is sometimes called the triakis triangular tiling.

Crossrefs

Cf. A019557 (12-valent node), A016790 (partial sums, provided its offset is changed).
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.

Programs

  • Maple
    f3:=proc(n) if n=0 then 1 else 18*n-15; fi; end;
    [seq(f3(n),n=0..80)];
  • PARI
    Vec((1 + x + 16*x^2) / (1 - x)^2 + O(x^60)) \\ Colin Barker, Jan 22 2018

Formula

Theorem: a(0)=1; thereafter a(n) = 18*n-15. [Proof: Use the "coloring book" method described in the Goodman-Strauss & Sloane article.]
From Colin Barker, Jan 22 2018: (Start)
G.f.: (1 + x + 16*x^2) / (1 - x)^2.
a(n) = 2*a(n-1) - a(n-2) for n>2.
(End)

A298036 Coordination sequence of Dual(4.6.12) tiling with respect to a 12-valent node.

Original entry on oeis.org

1, 12, 12, 36, 24, 60, 36, 84, 48, 108, 60, 132, 72, 156, 84, 180, 96, 204, 108, 228, 120, 252, 132, 276, 144, 300, 156, 324, 168, 348, 180, 372, 192, 396, 204, 420, 216, 444, 228, 468, 240, 492, 252, 516, 264, 540, 276, 564, 288, 588, 300
Offset: 0

Views

Author

N. J. A. Sloane, Jan 22 2018

Keywords

Comments

Conjecture: For n>0, a(n)=6n if n even, otherwise 12n.
The conjecture can easily be shown to be true: The vertices at distance 2k consist of 3k 12-valent and 3k 4-alent vertices, and the vertices at distance 2k+1 consist of 6(k+1) 6-valent and 6(k+1) 4-valent vertices. - Charlie Neder, Apr 22 2019

Crossrefs

Cf. A072154, A298037 (partial sums), A298038 (hexavalent node), A298040 (tetravalent node).
Cf. A109043 (a(n)/6), A026741 (a(n)/12).
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.

Programs

  • Mathematica
    LinearRecurrence[{0, 2, 0, -1}, {1, 12, 12, 36, 24}, 100] (* Paolo Xausa, Jul 19 2024 *)

Formula

From Charlie Neder, Apr 22 2019: (Start)
a(n) = 6 * n * (1 + n mod 2), n > 0.
G.f.: (1 + 12*x + 10*x^2 + 12*x^3 + x^4)/(1 - x^2)^2. (End)

Extensions

a(7)-a(50) from Charlie Neder, Apr 22 2019

A298038 Coordination sequence of Dual(4.6.12) tiling with respect to a hexavalent node.

Original entry on oeis.org

1, 6, 24, 18, 48, 30, 72, 42, 96, 54, 120, 66, 144, 78, 168, 90, 192, 102, 216, 114, 240, 126, 264, 138, 288, 150, 312, 162, 336, 174, 360, 186, 384, 198, 408, 210, 432, 222, 456, 234, 480, 246, 504, 258, 528, 270, 552, 282, 576, 294, 600, 306, 624, 318, 648
Offset: 0

Views

Author

N. J. A. Sloane, Jan 22 2018

Keywords

Comments

Conjecture: For n > 0, a(n)=12n if n even, otherwise 6n.
From Keagan Boyce, May 18 2024: (Start)
It appears that
a(n) = (3*n)*(3+(-1)^n) for n > 0,
which would imply that for all even n > 0,
a(n) = (3*n)*(3+(1)) = (3*n)*(4) = 12*n,
and for all odd n > 0,
a(n) = (3*n)*(3+(-1)) = (3*n)*(2) = 6*n. (End)

Crossrefs

Cf. A072154, A298039 (partial sums), A298036 (12-valent node), A298040 (tetravalent node).
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.

Formula

Conjectures from Colin Barker, Apr 03 2020: (Start)
G.f.: (1 + 6*x + 22*x^2 + 6*x^3 + x^4) / ((1 - x)^2*(1 + x)^2).
a(n) = 2*a(n-2) - a(n-4) for n > 4. (End)

Extensions

Terms a(8)-a(54) added by Tom Karzes, Apr 01 2020

A298040 Coordination sequence of Dual(4.6.12) tiling with respect to a tetravalent node.

Original entry on oeis.org

1, 4, 20, 24, 40, 40, 60, 56, 80, 72, 100, 88, 120, 104, 140, 120, 160, 136, 180, 152, 200, 168, 220, 184, 240, 200, 260, 216, 280, 232, 300, 248, 320, 264, 340, 280, 360, 296, 380, 312, 400, 328, 420, 344, 440, 360, 460, 376, 480, 392, 500, 408, 520, 424, 540
Offset: 0

Views

Author

N. J. A. Sloane, Jan 22 2018

Keywords

Crossrefs

Cf. A072154, A298041 (partial sums), A298036 (12-valent node), A298038 (hexavalent node).
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.

Programs

  • Mathematica
    LinearRecurrence[{0,2,0,-1},{1,4,20,24,40,40},60] (* Harvey P. Dale, Apr 06 2022 *)

Formula

Conjecture: For n>0, a(n)=10n if n even, otherwise 8n.
Conjectures from Colin Barker, Apr 01 2020: (Start)
G.f.: (1 + 4*x + 18*x^2 + 16*x^3 + x^4 - 4*x^5) / ((1 - x)^2*(1 + x)^2).
a(n) = (9 + (-1)^n)*n for n>1.
a(n) = 2*a(n-2) - a(n-4) for n>5.
(End)

Extensions

Terms a(8)-a(54) added by Tom Karzes, Apr 01 2020

A234275 Expansion of (1+2*x+9*x^2-4*x^3)/(1-x)^2.

Original entry on oeis.org

1, 4, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, 104, 112, 120, 128, 136, 144, 152, 160, 168, 176, 184, 192, 200, 208, 216, 224, 232, 240, 248, 256, 264, 272, 280, 288, 296, 304, 312, 320, 328, 336, 344, 352, 360, 368, 376, 384, 392, 400, 408, 416, 424, 432
Offset: 0

Views

Author

N. J. A. Sloane, Dec 24 2013

Keywords

Comments

Also the coordination sequence for a point of degree 4 in the tiling of the Euclidean plane by right triangles (with angles Pi/2, Pi/4, Pi/4). These triangles are fundamental regions for the Coxeter group (2,4,4). In the notation of Conway et al. 2008 this is the tiling *442. The coordination sequence for a point of degree 8 is given by A022144. - N. J. A. Sloane, Dec 28 2015
First differences of number of active (ON, black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 899", based on the 5-celled von Neumann neighborhood. Initialized with a single black (ON) cell at stage zero. - Robert Price, May 28 2016

References

  • J. H. Conway, H. Burgiel and Chaim Goodman-Strauss, The Symmetries of Things, A K Peters, Ltd., 2008, ISBN 978-1-56881-220-5. See p. 191.
  • S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 170.

Crossrefs

For partial sums see A265056.
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.

Programs

  • Mathematica
    Join[{1, 4}, LinearRecurrence[{2, -1}, {16, 24}, 60]] (* Jean-François Alcover, Jan 08 2019 *)
  • PARI
    Vec(-(4*x^3-9*x^2-2*x-1)/(x-1)^2 + O(x^100)) \\ Colin Barker, Jul 10 2015

Formula

a(n) = A022144(n), n>1. - R. J. Mathar, Jan 11 2014
From Colin Barker, Jul 10 2015: (Start)
a(n) = 8*n, n>1.
a(n) = 2*a(n-1) - a(n-2) for n>3.
G.f.: -(4*x^3-9*x^2-2*x-1) / (x-1)^2.
(End)

A298014 Coordination sequence of snub-632 tiling with respect to a trivalent node of type short-short-long.

Original entry on oeis.org

1, 3, 9, 15, 18, 27, 37, 37, 44, 57, 54, 61, 77, 71, 78, 97, 88, 95, 117, 105, 112, 137, 122, 129, 157, 139, 146, 177, 156, 163, 197, 173, 180, 217, 190, 197, 237, 207, 214, 257, 224, 231, 277, 241, 248, 297, 258, 265, 317, 275, 282, 337, 292, 299, 357, 309, 316, 377, 326, 333, 397, 343, 350, 417, 360
Offset: 0

Views

Author

Chaim Goodman-Strauss and N. J. A. Sloane, Jan 11 2018

Keywords

Comments

The snub-632 tiling in also called the fsz-d net. It is the dual of the 3.3.3.3.6 Archimedean tiling.
This is also called the "6-fold pentille" tiling in Conway, Burgiel, Goodman-Strauss, 2008, p. 288. - Felix Fröhlich, Jan 13 2018

References

  • J. H. Conway, H. Burgiel and Chaim Goodman-Strauss, The Symmetries of Things, A K Peters, Ltd., 2008, ISBN 978-1-56881-220-5.

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.

Programs

  • Maple
    f:=proc(n) local k,r,L; L:=[1,3,9,15,18];
    if n<5 then L[n+1]
    else k:=floor(n/3); r:=n-3*k;
      if r=0 then 20*k-3 elif r=1 then 17*k+3 else 17*k+10; fi;
    fi; end;
    [seq(f(n),n=0..80)];
  • Mathematica
    Join[{1, 3, 9, 15, 18}, LinearRecurrence[{0, 0, 2, 0, 0, -1}, {27, 37, 37, 44, 57, 54}, 60]] (* Jean-François Alcover, Apr 28 2018 *)
  • PARI
    Vec(-(x+1)*(2*x^9+x^7-5*x^6-3*x^5-6*x^4-6*x^3-7*x^2-2*x-1)/((x-1)^2*(x^2+x+1)^2) + O(x^60)) \\ Colin Barker, Jan 13 2018

Formula

For n >= 5, let k=floor(n/3). Then a(3*k) = 20*k-3, a(3*k+1)=17*k+3, a(3*k+2)=17*k+10.
G.f.: -(x+1)*(2*x^9+x^7-5*x^6-3*x^5-6*x^4-6*x^3-7*x^2-2*x-1)/((x-1)^2*(x^2+x+1)^2).
a(n) = 2*a(n-3) - a(n-6) for n>10. - Colin Barker, Jan 13 2018

A298015 Coordination sequence of snub-632 tiling with respect to a trivalent node of type short-short-short.

Original entry on oeis.org

1, 3, 6, 15, 21, 18, 33, 48, 30, 51, 72, 42, 69, 96, 54, 87, 120, 66, 105, 144, 78, 123, 168, 90, 141, 192, 102, 159, 216, 114, 177, 240, 126, 195, 264, 138, 213, 288, 150, 231, 312, 162, 249, 336, 174, 267, 360, 186, 285, 384, 198, 303, 408, 210, 321, 432, 222, 339, 456, 234, 357, 480, 246, 375
Offset: 0

Views

Author

Chaim Goodman-Strauss and N. J. A. Sloane, Jan 11 2018

Keywords

Comments

The snub-632 tiling in also called the fsz-d net. It is the dual of the 3.3.3.3.6 Archimedean tiling.
This is also called the "6-fold pentille" tiling in Conway, Burgiel, Goodman-Strauss, 2008, p. 288. - Felix Fröhlich, Jan 13 2018

References

  • J. H. Conway, H. Burgiel and Chaim Goodman-Strauss, The Symmetries of Things, A K Peters, Ltd., 2008, ISBN 978-1-56881-220-5.

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.

Formula

For n >= 6, let k=floor(n/3), so k >= 2. Then a(3*k) = 18*k-3, a(3*k+1)=24*k, a(3*k+2)=12*k+6. [Corrected by N. J. A. Sloane, Apr 01 2020]
a(n) = 2*a(n-3) - a(n-6) for n>=11. [Corrected by N. J. A. Sloane, Apr 01 2020]
G.f.: -(3*x^10-9*x^7-4*x^6-6*x^5-15*x^4-13*x^3-6*x^2-3*x-1)/(x^6-2*x^3+1). [Corrected by N. J. A. Sloane, Apr 01 2020]

Extensions

a(4) corrected by Tom Karzes. I corrected the b-file and the formulas and deleted the programs. - N. J. A. Sloane, Apr 01 2020

A298016 Coordination sequence of snub-632 tiling with respect to a hexavalent node.

Original entry on oeis.org

1, 6, 12, 12, 24, 36, 24, 42, 60, 36, 60, 84, 48, 78, 108, 60, 96, 132, 72, 114, 156, 84, 132, 180, 96, 150, 204, 108, 168, 228, 120, 186, 252, 132, 204, 276, 144, 222, 300, 156, 240, 324, 168, 258, 348, 180, 276, 372, 192, 294, 396, 204, 312, 420, 216, 330, 444, 228, 348, 468, 240
Offset: 0

Views

Author

Chaim Goodman-Strauss and N. J. A. Sloane, Jan 11 2018

Keywords

Comments

The snub-632 tiling in also called the fsz-d net. It is the dual of the 3.3.3.3.6 Archimedean tiling.
This is also called the "6-fold pentille" tiling in Conway, Burgiel, Goodman-Strauss, 2008, p. 288. - Felix Fröhlich, Jan 13 2018

References

  • J. H. Conway, H. Burgiel and Chaim Goodman-Strauss, The Symmetries of Things, A K Peters, Ltd., 2008, ISBN 978-1-56881-220-5.

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.

Programs

  • Maple
    f:=proc(n) local k,r;
    if n=0 then return(1); fi;
    r:=(n mod 3); k:=(n-r)/3;
    if r=0 then 12*k elif r=1 then 18*k+6 else 24*k+12; fi;
    end;
    [seq(f(n),n=0..80)];
  • Mathematica
    Join[{1}, LinearRecurrence[{0, 0, 2, 0, 0, -1}, {6, 12, 12, 24, 36, 24}, 60]] (* Jean-François Alcover, Apr 23 2018 *)
  • PARI
    Vec((1 + 6*x + 12*x^2 + 10*x^3 + 12*x^4 + 12*x^5 + x^6) / ((1 - x)^2*(1 + x + x^2)^2) + O(x^60)) \\ Colin Barker, Jan 13 2018

Formula

For n >= 1, let k=floor(n/3). Then a(3*k) = 12*k, a(3*k+1)=18*k+6, a(3*k+2)=24*k+12.
a(n) = 2*a(n-3) - a(n-6) for n >= 7.
G.f.: -(-x^6-12*x^5-12*x^4-10*x^3-12*x^2-6*x-1)/(x^6-2*x^3+1).

A298022 Coordination sequence for Dual(3^3.4^2) tiling with respect to a trivalent node.

Original entry on oeis.org

1, 3, 7, 12, 17, 23, 28, 33, 37, 42, 47, 51, 56, 61, 65, 70, 75, 79, 84, 89, 93, 98, 103, 107, 112, 117, 121, 126, 131, 135, 140, 145, 149, 154, 159, 163, 168, 173, 177, 182, 187, 191, 196, 201, 205, 210, 215, 219, 224, 229, 233, 238, 243, 247, 252, 257, 261
Offset: 0

Views

Author

N. J. A. Sloane, Jan 21 2018

Keywords

Comments

This tiling is also called the prismatic pentagonal tiling, or the cem-d net. It is one of the 11 Laves tilings.

References

  • B. Gruenbaum and G. C. Shephard, Tilings and Patterns, W. H. Freeman, New York, 1987. See p. 96.

Crossrefs

See A298023 for partial sums, A298024 for a tetravalent point.
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.
Cf. A049347.

Programs

  • PARI
    \\ See Links section.

Formula

Conjectures from Colin Barker, Jan 22 2018: (Start)
G.f.: (1 + 2*x + 4*x^2 + 4*x^3 + 3*x^4 + 2*x^5 - 2*x^8) / ((1 - x)^2*(1 + x + x^2)).
a(n) = a(n-1) + a(n-3) - a(n-4) for n>5. (End)
Conjecture: a(n) = 2*(21*n + 3*A049347(n+2)/2)/9 for n > 4. - Stefano Spezia, Nov 24 2024

Extensions

More terms from Rémy Sigrist, Jan 21 2018

A298026 Coordination sequence of Dual(3.6.3.6) tiling with respect to a hexavalent node.

Original entry on oeis.org

1, 6, 6, 18, 12, 30, 18, 42, 24, 54, 30, 66, 36, 78, 42, 90, 48, 102, 54, 114, 60, 126, 66, 138, 72, 150, 78, 162, 84, 174, 90, 186, 96, 198, 102, 210, 108, 222, 114, 234, 120, 246, 126, 258, 132, 270, 138, 282, 144, 294, 150, 306, 156, 318, 162, 330, 168, 342, 174, 354, 180, 366, 186, 378, 192, 390
Offset: 0

Views

Author

N. J. A. Sloane, Jan 21 2018

Keywords

Comments

Also known as the kgd net.
This is one of the Laves tilings.

Crossrefs

Cf. A008579, A298027 (partial sums), A298028 (trivalent point).
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.

Programs

  • Maple
    f6:=proc(n) if n=0 then 1 elif (n mod 2) = 0 then 3*n else 6*n; fi; end;
    [seq(f6(n),n=0..80)];
  • Mathematica
    Join[{1}, LinearRecurrence[{0, 2, 0, -1}, {6, 6, 18, 12}, 80]] (* Jean-François Alcover, Mar 23 2020 *)
  • PARI
    Vec((1 + 6*x + 4*x^2 + 6*x^3 + x^4) / ((1 - x)^2*(1 + x)^2) + O(x^60)) \\ Colin Barker, Jan 22 2018

Formula

a(0)=1; a(2*k)=6*k, a(2*k+1)=12*k+6.
G.f.: 1 + 6*x*(1+x+x^2)/(1-x^2)^2. - Robert Israel, Jan 21 2018
From Colin Barker, Jan 22 2018: (Start)
a(n) = 3*n for n>0 and even.
a(n) = 6*n for n odd.
a(n) = 2*a(n-2) - a(n-4) for n>4.
(End)
a(n) = 6*A026741(n), n>0. - R. J. Mathar, Jan 29 2018
Previous Showing 21-30 of 58 results. Next