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

A038215
Triangle whose (i,j)-th entry is binomial(i,j)*2^(i-j)*9^j.
0
1, 2, 9, 4, 36, 81, 8, 108, 486, 729, 16, 288, 1944, 5832, 6561, 32, 720, 6480, 29160, 65610, 59049, 64, 1728, 19440, 116640, 393660, 708588, 531441, 128, 4032, 54432, 408240, 1837080, 4960116, 7440174, 4782969, 256, 9216, 145152
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[x, y]2^(x-y) 9^y, {x, 0, 10}, {y, 0, x}]//Flatten (* Harvey P. Dale, Jun 17 2017 *)
CROSSREFS
Sequence in context: A002508 A353242 A249596 * A264110 A119019 A268204
KEYWORD
nonn,tabl,easy
AUTHOR
STATUS
approved