[go: up one dir, main page]

login
A038338
Triangle whose (i,j)-th entry is binomial(i,j)*12^(i-j)*12^j.
1
1, 12, 12, 144, 288, 144, 1728, 5184, 5184, 1728, 20736, 82944, 124416, 82944, 20736, 248832, 1244160, 2488320, 2488320, 1244160, 248832, 2985984, 17915904, 44789760, 59719680, 44789760, 17915904, 2985984, 35831808, 250822656
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
Flatten[Table[Binomial[i, j]12^(i-j) 12^j, {i, 0, 10}, {j, 0, i}]] (* Harvey P. Dale, Dec 18 2012 *)
CROSSREFS
Sequence in context: A067123 A178341 A165833 * A221796 A222298 A122253
KEYWORD
nonn,tabl,easy
AUTHOR
STATUS
approved