|
Search: id:A103221
|
|
|
| A103221 |
|
Number of partitions of n with parts of size two and three. |
|
+0 7
|
|
| 1, 0, 1, 1, 1, 1, 2, 1, 2, 2, 2, 2, 3, 2, 3, 3, 3, 3, 4, 3, 4, 4, 4, 4, 5, 4, 5, 5, 5, 5, 6, 5, 6, 6, 6, 6, 7, 6, 7, 7, 7, 7, 8, 7, 8, 8, 8, 8, 9, 8, 9, 9, 9, 9, 10, 9, 10, 10, 10, 10, 11, 10, 11, 11, 11, 11, 12, 11, 12, 12, 12, 12, 13, 12, 13, 13, 13, 13, 14, 13, 14, 14, 14, 14, 15, 14, 15, 15
(list; graph; listen)
|
|
|
OFFSET
|
0,7
|
|
|
COMMENT
|
Essentially the same as A008615.
Poincare series for modular forms of weight w for the full modular group. As generators one may take the Eisenstein series E_4 (A004009) and E_6 (A013973).
Dimension of the space of weight 2n cusp forms for Gamma_0( 1 ).
Dimension of the space of weight 2n cuspidal newforms for Gamma_0( 5 ).
a(n) is the number of partitions of n into two nonnegative parts congruent modulo 3. - Andrew Baxter, Jun 28 2006
Also number of equivalence classes of period 2n billiards on an equilateral triangle. - Andrew Baxter (baxter(AT)math.rutgers.edu), Jun 06 2008
|
|
REFERENCES
|
D. J. Benson, Polynomial Invariants of Finite Groups, Cambridge, 1993, p. 100.
E. Freitag, Siegelsche Modulfunktionen, Springer-Verlag, Berlin, 1983; p. 141, Th. 1.1.
R. C. Gunning, Lectures on Modular Forms. Princeton Univ. Press, Princeton, NJ, 1962.
J. Igusa, On Siegel modular forms of genus 2 (II), Amer. J. Math., 86 (1964), 392-412, esp. p. 402.
J.-M. Kantor, Ou en sont les mathematiques, La formule de Molien-Weyl, SMF, Vuibert, p. 79
T. Shioda, On the graded ring of invariants of binary octavics. Amer. J. Math. 89, 1022-1046, 1967.
|
|
LINKS
|
Index entries for two-way infinite sequences
Andrew M. Baxter and Ron Umble, Periodic Orbits of Billiards on an Equilateral Triangle, Amer. Math. Monthly, 115 (No. 6, 2008), 479-491.
William A. Stein, Dimensions of the spaces S_k(Gamma_0(N))
William A. Stein, Dimensions of the spaces S_k^{new}(Gamma_0(N))
William A. Stein, The modular forms database
Index entries for Molien series
|
|
FORMULA
|
Euler transform of finite sequence [0, 1, 1].
a(n) = a(n-6)+1 = a(n-2)+a(n-3)-a(n-5) - Henry Bottomley (se16(AT)btinternet.com), Sep 02 2000
G.f.: 1/((1-x^2)*(1-x^3)).
a(n) = floor((n+2)/2) - floor((n+2)/3) - Andrew Baxter (baxter(AT)math.rutgers.edu), Jun 06 2008
|
|
MAPLE
|
A103221:=n->floor((n+2)/2)-floor((n+2)/3): - Andrew Baxter (baxter(AT)math.rutgers.edu), Jun 06 2008
|
|
PROGRAM
|
(PARI) {a(n)=if(n<-4, -a(-5-n), polcoeff( 1/(1-x^2)/(1-x^3)+x*O(x^n), n))}
|
|
CROSSREFS
|
Cf. A008615(n)=a(n-2). First differences of A001399.
Cf. A128115.
Sequence in context: A032358 A011960 A008615 this_sequence A026806 A053280 A025832
Adjacent sequences: A103218 A103219 A103220 this_sequence A103222 A103223 A103224
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Michael Somos, Jan 25 2005
|
|
|
Search completed in 0.002 seconds
|