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

A038332
Triangle whose (i,j)-th entry is binomial(i,j)*12^(i-j)*6^j.
0
1, 12, 6, 144, 144, 36, 1728, 2592, 1296, 216, 20736, 41472, 31104, 10368, 1296, 248832, 622080, 622080, 311040, 77760, 7776, 2985984, 8957952, 11197440, 7464960, 2799360, 559872, 46656, 35831808, 125411328, 188116992, 156764160
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
Flatten[Table[Binomial[i, j]12^(i-j) 6^j, {i, 0, 10}, {j, 0, i}]] (* Harvey P. Dale, Apr 01 2013 *)
CROSSREFS
Sequence in context: A119870 A234516 A177690 * A093763 A002548 A363151
KEYWORD
nonn,tabl,easy
AUTHOR
STATUS
approved