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!)
A170984 Expansion of (Product_{i=1..m-1} (1 + x^(4*i-1))) * (1 + x^(2*m-1)) for m = 12. 11
1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 2, 1, 0, 1, 2, 2, 0, 1, 4, 1, 0, 2, 4, 1, 0, 4, 5, 1, 1, 5, 5, 1, 1, 7, 6, 1, 3, 9, 6, 0, 4, 11, 6, 0, 7, 13, 5, 1, 9, 15, 5, 2, 13, 16, 4, 3, 16, 17, 4, 5, 21, 18, 2, 8, 24, 17, 2, 12, 29, 16, 3, 16, 31, 15, 3, 21, 35, 13, 4, 27, 35, 11, 6, 33, 37 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,19
COMMENTS
(Product_{i=1..m-1} (1 + x^(4*i-1))) * (1 + x^(2*m-1)) is the Poincaré polynomial for O(2m).
REFERENCES
H. Weyl, The Classical Groups, Princeton, 1946, see p. 238.
LINKS
PROG
(PARI) my(m=12, x='x+O('x^275)); Vec((1+x^(2*m-1))*prod(i=1, m-1, 1+x^(4*i-1))) \\ Jinyuan Wang, Mar 08 2020
CROSSREFS
Sequence in context: A303903 A348515 A209318 * A114021 A239287 A305258
KEYWORD
nonn,fini,full,easy
AUTHOR
N. J. A. Sloane, Aug 29 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 May 11 15:15 EDT 2024. Contains 372409 sequences. (Running on oeis4.)