login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A038260
Triangle read by rows: T(n,k) = binomial(n,k)*6^(n-k)*6^k, 0<=k<=n.
1
1, 6, 6, 36, 72, 36, 216, 648, 648, 216, 1296, 5184, 7776, 5184, 1296, 7776, 38880, 77760, 77760, 38880, 7776, 46656, 279936, 699840, 933120, 699840, 279936, 46656, 279936, 1959552, 5878656, 9797760, 9797760, 5878656, 1959552, 279936, 1679616
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.
MAPLE
seq(seq(binomial(n, k)*6^(n-k)*6^k, k=0..n), n=0..8); (C. Ronaldo)
CROSSREFS
Sequence in context: A183622 A176861 A245131 * A242087 A217978 A257626
KEYWORD
nonn,tabl,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 23 09:28 EDT 2024. Contains 376154 sequences. (Running on oeis4.)