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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038335 Triangle whose (i,j)-th entry is binomial(i,j)*12^(i-j)*9^j. 1
1, 12, 9, 144, 216, 81, 1728, 3888, 2916, 729, 20736, 62208, 69984, 34992, 6561, 248832, 933120, 1399680, 1049760, 393660, 59049, 2985984, 13436928, 25194240, 25194240, 14171760, 4251528, 531441, 35831808, 188116992, 423263232 (list; table; graph; refs; listen; history; text; internal format)
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
EXAMPLE
1
12 9
144 216 81
1728 3888 2916 729
20736 62208 69984 34992 6561
248832 933120 1399680 1049760 393660 59049
2985984 13436928 25194240 25194240 14171760 4251528 531441
MAPLE
A038335 := proc(i, j)
binomial(i, j)*12^(i-j)*9^j ;
end proc: # R. J. Mathar, Nov 22 2022
MATHEMATICA
Flatten[Table[Binomial[i, j]12^(i-j) 9^j, {i, 0, 10}, {j, 0, i}]] (* Harvey P. Dale, Oct 17 2013 *)
CROSSREFS
Cf. A009965 (row sums), A001021 (column 0), A001019 (diagonal)
Sequence in context: A327470 A068614 A163920 * A359737 A216856 A040023
KEYWORD
nonn,tabl,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)