OFFSET
0,2
COMMENTS
Note that there may be other vertices in the Galebach list of u-uniform tilings with u <= 6 that have this same coordination sequence. See the Galebach link for the complete list of A-numbers for all these tilings.
LINKS
FORMULA
G.f.: (1+3*x+9*x^2+15*x^3+14*x^4+18*x^5+18*x^6+14*x^7+12*x^8+12*x^9+3*x^10+x^11) / (1-x^4-x^7+x^11) = 1 + (30/7) / (1-x)^2 - (123/28) / (1-x) - (3/4) / (1+x) + (3/2)*x / (1+x^2) + (3/7) * (2-6*x-3*x^2+4*x^3+x^4-5*x^5) / (1+x+x^2+x^3+x^4+x^5+x^6). - Natalia L. Skirrow, Apr 20 2026
PROG
(Python)
A310326=lambda n: ( 10*n + (14*(0, 1, 0, -1)[n%4] - 1 - 7*(-1)**n)//4 + (2, -8, 3, 7, -3, -6, 5)[n%7] )*3//7 if n else 1 # Natalia L. Skirrow, Apr 20 2026
CROSSREFS
KEYWORD
nonn
AUTHOR
Brian Galebach and N. J. A. Sloane, Jun 18 2018
STATUS
approved
