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”).

A166213
Number of 5 X 5 X 5 triangular nonnegative integer arrays, symmetric under 120 degree rotation, with all sums of an element and its neighbors <= n.
2
1, 4, 12, 30, 64, 122, 218, 364, 579, 886, 1310, 1880, 2636, 3614, 4862, 6434, 8387, 10784, 13704, 17220, 21422, 26408, 32280, 39148, 47143, 56388, 67028, 79218, 93118, 108898, 126754, 146872, 169465, 194758, 222982, 254380, 289226, 327782, 370342
OFFSET
0,2
LINKS
FORMULA
Conjectures from Colin Barker, Feb 26 2018: (Start)
G.f.: (1 + 2*x + 3*x^2 + 4*x^3 + 3*x^4) / ((1 - x)^6*(1 + x)^2*(1 + x + x^2)^2).
a(n) = 2*a(n-1) + a(n-2) - 2*a(n-3) - 3*a(n-4) + 6*a(n-6) - 3*a(n-8) - 2*a(n-9) + a(n-10) + 2*a(n-11) - a(n-12) for n>11.
(End)
CROSSREFS
Sequence in context: A220264 A367097 A212519 * A274250 A004036 A011797
KEYWORD
nonn
AUTHOR
R. H. Hardin, Oct 09 2009
STATUS
approved