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

A038305
Triangle whose (i,j)-th entry is binomial(i,j)*10^(i-j)*3^j.
1
1, 10, 3, 100, 60, 9, 1000, 900, 270, 27, 10000, 12000, 5400, 1080, 81, 100000, 150000, 90000, 27000, 4050, 243, 1000000, 1800000, 1350000, 540000, 121500, 14580, 729, 10000000, 21000000, 18900000, 9450000, 2835000, 510300, 51030
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]10^(i-j) 3^j, {i, 0, 10}, {j, 0, i}]//Flatten (* Harvey P. Dale, Aug 19 2018 *)
CROSSREFS
Sequence in context: A111126 A165790 A077194 * A089478 A028967 A097530
KEYWORD
nonn,tabl,easy
AUTHOR
STATUS
approved