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!)
A177276 Triangle T(n,k) with the coefficient [x^k] of the polynomial (1+x^2)^n + 2*n*x*(1+x^2)^(n-1) in row n, column k, 0<=k<=2n. 0
1, 1, 2, 1, 1, 4, 2, 4, 1, 1, 6, 3, 12, 3, 6, 1, 1, 8, 4, 24, 6, 24, 4, 8, 1, 1, 10, 5, 40, 10, 60, 10, 40, 5, 10, 1, 1, 12, 6, 60, 15, 120, 20, 120, 15, 60, 6, 12, 1, 1, 14, 7, 84, 21, 210, 35, 280, 35, 210, 21, 84, 7, 14, 1, 1, 16, 8, 112, 28, 336, 56, 560, 70, 560, 56, 336, 28, 112 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Row sums are 1, 4, 12, 32, 80, 192, 448, 1024, 2304, 5120, 11264,..., A001787.
This is a generalization of A162246 to polynomials (1+x^2)^n + q*n*x*(1+x^2)^(n-1), here q=2.
LINKS
EXAMPLE
1;
1, 2, 1;
1, 4, 2, 4, 1;
1, 6, 3, 12, 3, 6, 1;
1, 8, 4, 24, 6, 24, 4, 8, 1;
1, 10, 5, 40, 10, 60, 10, 40, 5, 10, 1;
1, 12, 6, 60, 15, 120, 20, 120, 15, 60, 6, 12, 1;
1, 14, 7, 84, 21, 210, 35, 280, 35, 210, 21, 84, 7, 14, 1;
1, 16, 8, 112, 28, 336, 56, 560, 70, 560, 56, 336, 28, 112, 8, 16, 1;
1, 18, 9, 144, 36, 504, 84, 1008, 126, 1260, 126, 1008, 84, 504, 36, 144, 9, 18, 1;
1, 20, 10, 180, 45, 720, 120, 1680, 210, 2520, 252, 2520, 210, 1680, 120, 720, 45, 180, 10, 20, 1;
MATHEMATICA
p[x_, n_] = (1 + x^2)^n + 2*n*x*(1 + x^2)^(n - 1);
Table[CoefficientList[p[x, n], x], {n, 0, 10}];
Flatten[%]
CROSSREFS
Sequence in context: A239456 A122517 A256098 * A123199 A212282 A346032
KEYWORD
nonn,tabf
AUTHOR
Roger L. Bagula, May 06 2010
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 24 07:06 EDT 2024. Contains 371920 sequences. (Running on oeis4.)