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!)
A038301 Triangle whose (i,j)-th entry is binomial(i,j)*9^(i-j)*11^j. 1

%I #9 May 08 2020 18:56:28

%S 1,9,11,81,198,121,729,2673,3267,1331,6561,32076,58806,47916,14641,

%T 59049,360855,882090,1078110,658845,161051,531441,3897234,11908215,

%U 19405980,17788815,8696754,1771561,4782969,40920957,150043509,305644185

%N Triangle whose (i,j)-th entry is binomial(i,j)*9^(i-j)*11^j.

%D B. N. Cyvin et al., Isomer enumeration of unbranched catacondensed polygonal systems with pentagons and heptagons, Match, No. 34 (Oct 1996), pp. 109-121.

%H Harvey P. Dale, <a href="/A038301/b038301.txt">Table of n, a(n) for n = 0..1000</a>

%t Table[Binomial[i,j]9^(i-j) 11^j,{i,0,10},{j,0,i}]//Flatten (* _Harvey P. Dale_, May 08 2020 *)

%K nonn,tabl,easy

%O 0,2

%A _N. J. A. Sloane_.

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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)