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!)
A084602 Triangle, read by rows, where the n-th row lists the (2n+1) coefficients of (1 + x + 3x^2)^n. 3
1, 1, 1, 3, 1, 2, 7, 6, 9, 1, 3, 12, 19, 36, 27, 27, 1, 4, 18, 40, 91, 120, 162, 108, 81, 1, 5, 25, 70, 185, 331, 555, 630, 675, 405, 243, 1, 6, 33, 110, 330, 726, 1441, 2178, 2970, 2970, 2673, 1458, 729, 1, 7, 42, 161, 539, 1386, 3157, 5797, 9471, 12474, 14553 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
Rows:
{1},
{1,1, 3},
{1,2, 7, 6, 9},
{1,3,12, 19, 36, 27, 27},
{1,4,18, 40, 91,120, 162, 108, 81},
{1,5,25, 70,185,331, 555, 630, 675, 405, 243},
{1,6,33,110,330,726,1441,2178,2970,2970,2673,1458,729},
MATHEMATICA
With[{eq = (1 + x + 3*x^2)}, Flatten[Table[CoefficientList[Expand[eq^n], x], {n, 0, 10}]]] (* G. C. Greubel, Mar 02 2017 *)
PROG
(PARI) for(n=0, 15, for(k=0, 2*n, t=polcoeff((1+x+3*x^2)^n, k, x); print1(t", ")); print(" "))
CROSSREFS
Sequence in context: A151855 A186366 A135338 * A297858 A298093 A298055
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 April 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)