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

A009866
Coordination sequence T1 for Zeolite Code AHT.
1
1, 4, 11, 21, 36, 56, 81, 109, 142, 179, 221, 266, 316, 371, 431, 494, 562, 634, 711, 791, 876, 966, 1061, 1159, 1262, 1369, 1481, 1596, 1716, 1841, 1971, 2104, 2242, 2384, 2531, 2681, 2836, 2996, 3161, 3329, 3502, 3679, 3861, 4046, 4236, 4431, 4631
OFFSET
0,2
REFERENCES
W. M. Meier, D. H. Olson and Ch. Baerlocher, Atlas of Zeolite Structure Types, 4th Ed., Elsevier, 1996.
FORMULA
The g.f. has denominator (1-x)^3(1+x)(1+x^2)(1+x^4).
G.f.: (1+x+x^2+x^3+x^4)*(1+x+2*x^2-x^3+2*x^4+x^5+x^6) / ((1-x)^3*(1+x)*(1+x^2)*(1+x^4)). - Colin Barker, Dec 19 2015
PROG
(PARI) Vec((1+x+x^2+x^3+x^4)*(1+x+2*x^2-x^3+2*x^4+x^5+x^6) / ((1-x)^3*(1+x)*(1+x^2)*(1+x^4)) + O(x^100)) \\ Colin Barker, Dec 19 2015
CROSSREFS
Sequence in context: A016434 A008119 A301073 * A008017 A008205 A008095
KEYWORD
nonn,easy
STATUS
approved