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!)
A131522 Expansions of p(x,n)=(x^n - 1)*(x^(n + 1) - 1) for n >= 1, triangle read by rows. 0

%I #11 Feb 06 2023 12:46:19

%S 1,-1,-1,1,1,0,-1,-1,0,1,1,0,0,-1,-1,0,0,1,1,0,0,0,-1,-1,0,0,0,1,1,0,

%T 0,0,0,-1,-1,0,0,0,0,1,1,0,0,0,0,0,-1,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,

%U -1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,-1,-1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0

%N Expansions of p(x,n)=(x^n - 1)*(x^(n + 1) - 1) for n >= 1, triangle read by rows.

%H Gareth Jones and David Singerman, <a href="https://doi.org/10.1112/blms/28.6.561">Belyi Functions, Hypermaps and Galois Groups</a>, Bull. London Math Soc. 28, (1996) pages 561-590 (dihedral group invariant on page 585).

%e {1, -1, -1, 1},

%e {1, 0, -1, -1, 0, 1},

%e {1, 0,0, -1, -1, 0, 0, 1},

%e {1, 0, 0, 0, -1, -1, 0, 0, 0, 1},

%e {1, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 1},

%e {1, 0, 0, 0, 0, 0, -1, -1,0, 0, 0, 0, 0, 1},

%e {1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0,0, 1},

%e {1, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 1},

%e {1, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1},

%e {1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1}

%t p[n_] = ExpandAll[(x^n - 1)*(x^(n + 1) - 1)];

%t a = Table[CoefficientList[p[n], x], {n, 1, 10}];

%t Flatten[a]

%K tabf,easy,less,sign

%O 1,1

%A _Roger L. Bagula_, Aug 24 2007

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 August 27 13:19 EDT 2024. Contains 375469 sequences. (Running on oeis4.)