|
Search: id:A007980
|
|
|
| A007980 |
|
Expansion of (1+x^2)/((1-x)^2*(1-x^3)). |
|
+0 4
|
|
| 1, 2, 4, 7, 10, 14, 19, 24, 30, 37, 44, 52, 61, 70, 80, 91, 102, 114, 127, 140, 154, 169, 184, 200, 217, 234, 252, 271, 290, 310, 331, 352, 374, 397, 420, 444, 469, 494, 520, 547, 574, 602, 631, 660, 690, 721, 752, 784, 817, 850, 884, 919, 954, 990, 1027, 1064
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Molien series for ternary self-dual codes over GF(3) of length 12n containing 11...1.
(1+x)*(1+x^2) / ((1-x)*(1-x^2)*(1-x^3)) is the Poincare series (or Molien series) for H^*(O_3(q); F_2).
a(n) is the position of the n-th triangular number in the running sum of the (pseudo-Orloj) sequence 1,2,1,2,1,2,1...., cf. A028355. - Wouter Meeussen (wouter.meeussen(AT)pandora.be), Mar 10 2002
a(n) = [a(n-1) + (number of even terms so far in the sequence)]. Example: 14 is [10 + 4 even terms so far in the sequence (they are 0,2,4,10)]. See A096777 for the same construction with odd integers. - Eric Angelini (eric.angelini(AT)kntv.be), Aug 05 2007
|
|
REFERENCES
|
A. Adem and R. J. Milgram, Cohomology of Finite Groups, Springer-Verlag, 2nd. ed., 2004; p. 233.
C. L. Mallows and N. J. A. Sloane, Weight enumerators of self-orthogonal codes over GF(3), SIAM J. Alg. Discrete Methods, 2 (1981), 452-460.
|
|
LINKS
|
Index entries for two-way infinite sequences
A. R. Calderbank and N. J. A. Sloane, Double circulant codes over Z_4, J. Algeb. Combin., 6 (1997) 119-131 (Abstract, pdf, ps).
Index entries for Molien series
|
|
FORMULA
|
G.f.: (1+x^2)/((1-x)^2*(1-x^3)). a(n)=a(n-1)+a(n-3)-a(n-4)+2=a(-3-n).
a(n)=ceil((n+1)*(n+2)/3). - Paul Boddington (psb(AT)maths.warwick.ac.uk), Jan 26 2004
|
|
MAPLE
|
with (combinat):seq(count(Partition((2*n+1)), size=3), n=1..56); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 28 2008
|
|
PROGRAM
|
(PARI) a(n)=if(n<-1, a(-3-n), polcoeff((1+x^2)/((1-x)^2*(1-x^3))+x*O(x^n), n))
|
|
CROSSREFS
|
Sequence in context: A055607 A024512 A047808 this_sequence A022339 A025711 A117634
Adjacent sequences: A007977 A007978 A007979 this_sequence A007981 A007982 A007983
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.002 seconds
|