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

A038301
Triangle whose (i,j)-th entry is binomial(i,j)*9^(i-j)*11^j.
1
1, 9, 11, 81, 198, 121, 729, 2673, 3267, 1331, 6561, 32076, 58806, 47916, 14641, 59049, 360855, 882090, 1078110, 658845, 161051, 531441, 3897234, 11908215, 19405980, 17788815, 8696754, 1771561, 4782969, 40920957, 150043509, 305644185
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.
LINKS
MATHEMATICA
Table[Binomial[i, j]9^(i-j) 11^j, {i, 0, 10}, {j, 0, i}]//Flatten (* Harvey P. Dale, May 08 2020 *)
CROSSREFS
Sequence in context: A195941 A195992 A108687 * A359925 A277998 A289288
KEYWORD
nonn,tabl,easy
AUTHOR
STATUS
approved