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

%I #7 Dec 05 2021 11:56:48

%S 1,2,10,4,40,100,8,120,600,1000,16,320,2400,8000,10000,32,800,8000,

%T 40000,100000,100000,64,1920,24000,160000,600000,1200000,1000000,128,

%U 4480,67200,560000,2800000,8400000,14000000,10000000,256,10240

%N Triangle whose (i,j)-th entry is binomial(i,j)*2^(i-j)*10^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.

%t Table[Binomial[i,j]2^(i-j) 10^j,{i,0,10},{j,0,i}]//Flatten (* _Harvey P. Dale_, Dec 05 2021 *)

%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 19:24 EDT 2024. Contains 371962 sequences. (Running on oeis4.)