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!)
A084606 Triangle, read by rows, where the n-th row lists the (2n+1) coefficients of (1+2x+2x^2)^n. 5
1, 1, 2, 2, 1, 4, 8, 8, 4, 1, 6, 18, 32, 36, 24, 8, 1, 8, 32, 80, 136, 160, 128, 64, 16, 1, 10, 50, 160, 360, 592, 720, 640, 400, 160, 32, 1, 12, 72, 280, 780, 1632, 2624, 3264, 3120, 2240, 1152, 384, 64, 1, 14, 98, 448, 1484, 3752, 7448, 11776, 14896, 15008, 11872 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
Rows:
{1},
{1,2,2},
{1,4,8,8,4},
{1,6,18,32,36,24,8},
{1,8,32,80,136,160,128,64,16},
{1,10,50,160,360,592,720,640,400,160,32},
{1,12,72,280,780,1632,2624,3264,3120,2240,1152,384,64},
PROG
(PARI) for(n=0, 15, for(k=0, 2*n, t=polcoeff((1+2*x+2*x^2)^n, k, x); print1(t", ")); print(" "))
CROSSREFS
Sequence in context: A300979 A371889 A167622 * A304209 A137399 A158985
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 September 15 13:44 EDT 2024. Contains 375938 sequences. (Running on oeis4.)