login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A008643 Molien series for group of 4 X 4 upper triangular matrices over GF(2). 0
1, 1, 2, 2, 4, 4, 6, 6, 10, 10, 14, 14, 20, 20, 26, 26, 35, 35, 44, 44, 56, 56, 68, 68, 84, 84, 100, 100, 120, 120, 140, 140, 165, 165, 190, 190, 220, 220, 250, 250, 286, 286, 322, 322, 364, 364, 406, 406 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

REFERENCES

D. J. Benson, Polynomial Invariants of Finite Groups, Cambridge, 1993, p. 105.

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 233

Index entries for Molien series

FORMULA

G.f.: 1/((1-x)*(1-x^2)*(1-x^4)*(1-x^8)).

MAPLE

a:= proc(n) local m, r; m := iquo (n, 8, 'r'); r:= iquo(r, 2)+1; ([11, 17, 26, 35][r]+ (9+ 3*r+ 4*m) *m) *m/3+ [1, 2, 4, 6][r] end: seq (a(n), n=0..100); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 06 2008]

CROSSREFS

Sequence in context: A029009 A023023 A184157 * A008644 A008645 A018819

Adjacent sequences:  A008640 A008641 A008642 * A008644 A008645 A008646

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 05:39 EST 2012. Contains 205860 sequences.