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

A038294
Triangle whose (i,j)-th entry is binomial(i,j)*9^(i-j)*4^j.
0
1, 9, 4, 81, 72, 16, 729, 972, 432, 64, 6561, 11664, 7776, 2304, 256, 59049, 131220, 116640, 51840, 11520, 1024, 531441, 1417176, 1574640, 933120, 311040, 55296, 4096, 4782969, 14880348, 19840464, 14696640, 6531840, 1741824, 258048
OFFSET
0,2
REFERENCES
B. N. Cyvin et al., Isomer enumeration of unbranched catacondensed polygonal systems with pentagons and heptagons, Match, No. 34 (Oct 1996), pp. 109-121.
MATHEMATICA
Table[Binomial[i, j]9^(i-j) 4^j, {i, 0, 10}, {j, 0, i}]//Flatten (* Harvey P. Dale, Sep 04 2019 *)
CROSSREFS
Sequence in context: A248309 A317900 A298583 * A214102 A321575 A336610
KEYWORD
nonn,tabl,easy
AUTHOR
STATUS
approved