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!)
A300628 Triangular array T(n,k) giving coefficients in expansion of Product_{j=1..n} (1+x^j)^2 mod x^(n+1)-1. 5
1, 2, 2, 6, 5, 5, 16, 16, 16, 16, 52, 51, 51, 51, 51, 172, 170, 170, 172, 170, 170, 586, 585, 585, 585, 585, 585, 585, 2048, 2048, 2048, 2048, 2048, 2048, 2048, 2048, 7286, 7280, 7280, 7285, 7280, 7280, 7285, 7280, 7280, 26216, 26214, 26214, 26214, 26214, 26216, 26214, 26214, 26214, 26214 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
Triangle begins: A053633
k 0 1 2 3 4 | k 0 1 2 3 4 5 6 7 8 9
n |n
0 1; |1 1, 1;
1 2, 2; |3 2, 2, 2, 2;
2 6, 5, 5; |5 6, 5, 5, 6, 5, 5;
3 16, 16, 16, 16; |7 16, 16, 16, 16, 16, 16, 16, 16;
4 52, 51, 51, 51, 51; |9 52, 51, 51, 51, 51, 52, 51, 51, 51, 51;
... | ...
PROG
(PARI) T(n, k) = polcoeff(prod(j=1, n, (1+x^j)^2) % (x^(n+1) - 1), k);
tabl(nn) = for (n=0, nn, for (k=0, n, print1(T(n, k), ", ")); print); \\ Michel Marcus, Mar 10 2018
CROSSREFS
Sequence in context: A368228 A275142 A200226 * A115255 A055924 A286278
KEYWORD
nonn,tabl
AUTHOR
Seiichi Manyama, Mar 10 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 18 18:13 EDT 2024. Contains 371781 sequences. (Running on oeis4.)