The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A316319 Coordination sequence for a trivalent node in a chamfered version of the 3^6 triangular tiling of the plane. 2
1, 3, 7, 14, 25, 38, 51, 63, 75, 87, 99, 111, 123, 135, 147, 159, 171, 183, 195, 207, 219, 231, 243, 255, 267, 279, 291, 303, 315, 327, 339, 351, 363, 375, 387, 399, 411, 423, 435, 447, 459, 471, 483, 495, 507, 519, 531, 543, 555, 567, 579, 591, 603, 615, 627, 639 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Let E denote the lattice of Eisenstein integers u + v*w in the plane, with each point joined to its six neighbors. Here u and v are ordinary integers and w = (-1+sqrt(-3))/2 is a complex cube root of unity. Let theta = w - w^2 = sqrt(-3). Then theta*E is a sublattice of E of index 3 (Conway-Sloane, Fig. 7.2). The tiling considered in this sequence is obtained by replacing each node in theta*E by a small hexagon.
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, 3rd. ed., 1993. See Fig. 7.2, page 199.
LINKS
N. J. A. Sloane, The graph of the tiling. (The red dots indicate the nodes of the sublattice theta*E.)
FORMULA
a(n) = 12*n-21 = A017557(n-2) for n > 5.
From Colin Barker, Mar 11 2020: (Start)
G.f.: (1 + x + x^2)*(1 + x^2 + 2*x^3 + x^4 - x^5) / (1 - x)^2.
a(n) = 2*a(n-1) - a(n-2) for n>7.
(End)
PROG
(PARI) Vec((1 + x + x^2)*(1 + x^2 + 2*x^3 + x^4 - x^5) / (1 - x)^2 + O(x^50)) \\ Colin Barker, Mar 11 2020
CROSSREFS
See A316320 for hexavalent node.
See A250120 for links to thousands of other coordination sequences.
Cf. A017557.
Sequence in context: A060999 A089187 A333980 * A368205 A179178 A171973
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Terms a(16) and beyond from Andrey Zabolotskiy, Sep 30 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 21:35 EDT 2024. Contains 372549 sequences. (Running on oeis4.)