The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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
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, 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, -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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Gareth Jones and David Singerman, Belyi Functions, Hypermaps and Galois Groups, Bull. London Math Soc. 28, (1996) pages 561-590 (dihedral group invariant on page 585).
EXAMPLE
{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, 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, -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, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1}
MATHEMATICA
p[n_] = ExpandAll[(x^n - 1)*(x^(n + 1) - 1)];
a = Table[CoefficientList[p[n], x], {n, 1, 10}];
Flatten[a]
CROSSREFS
Sequence in context: A342892 A071036 A071038 * A221641 A144473 A011750
KEYWORD
tabf,easy,less,sign
AUTHOR
Roger L. Bagula, Aug 24 2007
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 May 13 09:49 EDT 2024. Contains 372504 sequences. (Running on oeis4.)