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!)
A013611 Triangle of coefficients in expansion of (1+4x)^n. 7

%I #48 Apr 23 2019 23:57:13

%S 1,1,4,1,8,16,1,12,48,64,1,16,96,256,256,1,20,160,640,1280,1024,1,24,

%T 240,1280,3840,6144,4096,1,28,336,2240,8960,21504,28672,16384,1,32,

%U 448,3584,17920,57344,114688,131072,65536,1,36,576,5376,32256,129024,344064,589824,589824,262144

%N Triangle of coefficients in expansion of (1+4x)^n.

%C T(n,k) equals the number of n-length words on {0,1,2,3,4} having n-k zeros. - _Milan Janjic_, Jul 24 2015

%H Harvey P. Dale, <a href="/A013611/b013611.txt">Table of n, a(n) for n = 0..1034</a> (rows 0..44 flattened, missing terms added by Sean A. Irvine, Apr 21 2019)

%H J. Goldman, J. Haglund, <a href="http://dx.doi.org/10.1006/jcta.2000.3113">Generalized rook polynomials</a>, J. Combin. Theory A91 (2000), 509-530, 1-rook coefficients for k rooks on the 4xn board, all heights 4.

%F G.f.: 1 / (1 - x(1+4y)).

%F T(n,k) = 4^k*C(n,k) = Sum_{i=n-k..n} C(i,n-k)*C(n,i)*3^(n-i). Row sums are 5^n = A000351. - _Mircea Merca_, Apr 28 2012

%e Triangle begins

%e 1;

%e 1, 4;

%e 1, 8, 16;

%e 1, 12, 48, 64;

%e 1, 16, 96, 256, 256;

%e 1, 20, 160, 640, 1280, 1024;

%e 1, 24, 240, 1280, 3840, 6144, 4096;

%p T:= n-> (p-> seq(coeff(p, x, k), k=0..n))((1+4*x)^n):

%p seq(T(n), n=0..10); # _Alois P. Heinz_, Jul 24 2015

%t Flatten[Table[CoefficientList[Series[(1+4x)^n,{x,0,10}],x],{n,0,15}]] (* _Harvey P. Dale_, Oct 10 2011 *)

%Y Cf. A000351 (5^n).

%K tabl,nonn,easy

%O 0,3

%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 13:56 EDT 2024. Contains 371958 sequences. (Running on oeis4.)