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!)
A304080 Triangular array T(n,k) giving coefficients in expansion of Product_{j=1..n} (1-x^j)^2. 2
1, 1, -2, 1, 1, -2, -1, 4, -1, -2, 1, 1, -2, -1, 2, 3, 0, -6, 0, 3, 2, -1, -2, 1, 1, -2, -1, 2, 1, 4, -4, -4, -2, 0, 10, 0, -2, -4, -4, 4, 1, 2, -1, -2, 1, 1, -2, -1, 2, 1, 2, 0, -2, -6, -2, 3, 6, 5, 2, -3, -12, -3, 2, 5, 6, 3, -2, -6, -2, 0, 2, 1, 2, -1, -2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Seiichi Manyama, Rows n = 0..30, flattened
EXAMPLE
Irregular triangle starts:
n\k| 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
---+-----------------------------------------------------------------------------
0 | 1;
1 | 1, -2, 1;
2 | 1, -2, -1, 4, -1, -2, 1;
3 | 1, -2, -1, 2, 3, 0, -6, 0, 3, 2, -1, -2, 1;
4 | 1, -2, -1, 2, 1, 4, -4, -4, -2, 0, 10, 0, -2, -4, -4, 4, 1, 2, -1, -2, 1;
PROG
(PARI) T(n, k) = polcoef(prod(j=1, n, (1-x^j)^2), k);
tabf(nn) = for(n=0, nn, for(k=0, n*(n+1), print1(T(n, k), ", ")); print)
CROSSREFS
Sequence in context: A138650 A266685 A272620 * A137843 A130194 A113926
KEYWORD
sign,tabf
AUTHOR
Seiichi Manyama, May 06 2018
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)