OFFSET
0,2
COMMENTS
REFERENCES
Herbert C. Moore, U.S. Patent 928,320, Patented July 20 1909.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 0..1000
Davide M. Proserpio, Another drawing of the first Moore tiling [Labels: V1 = alpha'''', V2 = alpha''', V3 = alpha'', V4 = beta, V5 = alpha', V6 = alpha]
Rémy Sigrist, Illustration of first terms
Rémy Sigrist, PARI program for A307205
N. J. A. Sloane, The first Moore tiling [Constructed by copy-and-paste from the illustration in the patent]
N. J. A. Sloane, Fundamental cell
Index entries for linear recurrences with constant coefficients, signature (0,0,0,2,0,0,0,-1).
FORMULA
For n >= 7, a(n+4) = a(n) + [25,20,23,22] according as n == [0,1,2,3] mod 4. - Chaim Goodman-Strauss, Mar 31 2019
From Colin Barker, Apr 03 2019: (Start)
G.f.: (1 + 4*x + 8*x^2 + 14*x^3 + 17*x^4 + 16*x^5 + 13*x^6 + 8*x^7 + 7*x^8 + 4*x^9 + 4*x^10 - 4*x^13 - 2*x^14) / ((1 - x)^2*(1 + x)^2*(1 + x^2)^2).
a(n) = 2*a(n-4) - a(n-8) for n>14. (End)
MATHEMATICA
LinearRecurrence[{0, 0, 0, 2, 0, 0, 0, -1}, {1, 4, 8, 14, 19, 24, 29, 36, 44, 48, 54, 58, 69, 68, 77}, 100] (* Paolo Xausa, Apr 09 2026 *)
PROG
(PARI) \\ See Links section.
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Mar 30 2019
EXTENSIONS
Terms a(7)-a(20) (and a corrected a(6)) from Davide M. Proserpio using ToposPro, Apr 01 2019
More terms from Rémy Sigrist, Apr 02 2019
STATUS
approved
