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

%I #9 Aug 19 2018 12:37:53

%S 1,10,3,100,60,9,1000,900,270,27,10000,12000,5400,1080,81,100000,

%T 150000,90000,27000,4050,243,1000000,1800000,1350000,540000,121500,

%U 14580,729,10000000,21000000,18900000,9450000,2835000,510300,51030

%N Triangle whose (i,j)-th entry is binomial(i,j)*10^(i-j)*3^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="/A038305/b038305.txt">Table of n, a(n) for n = 0..1000</a>

%t Table[Binomial[i,j]10^(i-j) 3^j,{i,0,10},{j,0,i}]//Flatten (* _Harvey P. Dale_, Aug 19 2018 *)

%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 September 16 23:59 EDT 2024. Contains 375984 sequences. (Running on oeis4.)