login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A301285
Coordination sequence for node of type V2 in "car" 2-D tiling (or net).
3
1, 3, 6, 10, 12, 14, 20, 23, 22, 27, 34, 34, 34, 40, 46, 47, 46, 51, 60, 60, 56, 64, 74, 71, 68, 77, 86, 84, 80, 88, 100, 97, 90, 101, 114, 108, 102, 114, 126, 121, 114, 125, 140, 134, 124, 138, 154, 145, 136, 151, 166, 158, 148, 162, 180, 171, 158, 175, 194
OFFSET
0,2
LINKS
Reticular Chemistry Structure Resource (RCSR), The car tiling (or net)
FORMULA
Conjectures from Colin Barker, Mar 30 2018: (Start)
G.f.: (1 + 2*x + 5*x^2 + 7*x^3 + 7*x^4 + 7*x^5 + 5*x^6 + 2*x^7 + x^8) / ((1 - x)^2*(1 + x^2)^2*(1 + x + x^2)).
a(n) = a(n-1) - 2*a(n-2) + 3*a(n-3) - 2*a(n-4) + 3*a(n-5) - 2*a(n-6) + a(n-7) - a(n-8) for n>8.
(End)
PROG
(PARI) See Links section.
CROSSREFS
Cf. A301283.
Sequence in context: A050107 A120068 A015875 * A310042 A310043 A316325
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 23 2018
EXTENSIONS
More terms from Rémy Sigrist, Mar 28 2018
STATUS
approved