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!)
A084604 Triangle, read by rows, where the n-th row lists the (2n+1) coefficients of (1 + x + 4x^2)^n. 3
1, 1, 1, 4, 1, 2, 9, 8, 16, 1, 3, 15, 25, 60, 48, 64, 1, 4, 22, 52, 145, 208, 352, 256, 256, 1, 5, 30, 90, 285, 561, 1140, 1440, 1920, 1280, 1024, 1, 6, 39, 140, 495, 1206, 2841, 4824, 7920, 8960, 9984, 6144, 4096, 1, 7, 49, 203, 791, 2261, 6027, 12489, 24108, 36176 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
Rows:
{1},
{1,1, 4},
{1,2, 9, 8, 16},
{1,3,15, 25, 60, 48, 64},
{1,4,22, 52,145, 208, 352, 256, 256},
{1,5,30, 90,285, 561,1140,1440,1920,1280,1024},
{1,6,39,140,495,1206,2841,4824,7920,8960,9984,6144,4096},
MATHEMATICA
With[{eq=(1+x+4x^2)}, Flatten[Table[CoefficientList[Expand[eq^n], x], {n, 0, 10}]]] (* Harvey P. Dale, May 19 2011 *)
PROG
(PARI) for(n=0, 10, for(k=0, 2*n, t=polcoeff((1+x+4*x^2)^n, k, x); print1(t", ")); print(" "))
CROSSREFS
Sequence in context: A264922 A341030 A233528 * A152253 A280440 A024569
KEYWORD
nonn,tabf
AUTHOR
Paul D. Hanna, Jun 01 2003
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 May 7 17:41 EDT 2024. Contains 372312 sequences. (Running on oeis4.)