|
Search: id:A000009
|
|
|
| A000009 |
|
Expansion of Product_{m=1..infinity} (1 + x^m); number of partitions of n into distinct parts; number of partitions of n into odd parts. (Formerly M0281 N0100)
|
|
+0 218
|
|
| 1, 1, 1, 2, 2, 3, 4, 5, 6, 8, 10, 12, 15, 18, 22, 27, 32, 38, 46, 54, 64, 76, 89, 104, 122, 142, 165, 192, 222, 256, 296, 340, 390, 448, 512, 585, 668, 760, 864, 982, 1113, 1260, 1426, 1610, 1816, 2048, 2304, 2590, 2910, 3264, 3658, 4097, 4582, 5120, 5718
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
COMMENT
|
The result that number of partitions of n into distinct parts = number of partitions of n into odd parts is due to Euler.
Bijection: given n = l1 * 1 + l2 * 3 + l3 * 5 + l7 * 7 + ..., a partition into odd parts, write each li in binary, li = 2^a1 + 2^a2 + 2^a3 + ... where the aj's are all different, then expand n = (2^a1 * 1 + ...)*1 + ... by removing the brackets and we get a partition into distinct parts. For the reverse operation, just keep splitting any even number into halves until no evens remain.
Euler transform of period 2 sequence [1,0,1,0,...]. - Michael Somos, Dec 16, 2002
Number of different partial sums 1+[1,2]+[1,3]+[1,4]+..., where [1,x] indicates a choice. e.g. a(6)=4, as we can write 1+1+1+1+1+1, 1+2+3, 1+2+1+1+1, 1+1+3+1. - Jon Perry (perry(AT)globalnet.co.uk), Dec 31 2003
a(n) is the sum of the number of partitions of x_j into at most j parts, where j is the index for the j-th triangular number and n-T(j)=x_j. For example; a(12)=partitions into <=4 parts of 12-T(4)=2 + partitions into <=3 parts of 12-T(3)=6 + partitions into <=2 parts of 12-T(2)=9 + partitions into 1 part of 12-T(1)=11 =(2)(11)+(6)(51)(42)(411)(33)(321)(222)+(9)(81)(72)(63)(54)+(11) =2+7+5+1 =15 - Jon Perry (perry(AT)globalnet.co.uk), Jan 13 2004
Number of partitions of n into parts where if k is the largest part, all parts 1..k are present - Jon Perry (perry(AT)globalnet.co.uk), Sep 21 2005
a(n) = Sum(A117195(n,k): 0<=k<n) = A117192(n)+A117193(n) for n>0. - Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com), Mar 03 2006
The number of connected threshold graphs having n edges. - Michael D. Barrus (mbarrus2(AT)uiuc.edu), Jul 12 2007
|
|
REFERENCES
|
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 836.
G. E. Andrews, The Theory of Partitions, Cambridge University Press, 1998, p. 19.
G. E. Andrews, Euler's "De Partitio Numerorum", Bull. Amer. Math. Soc., 44 (No. 4, 2007), 561-573.
R. Ayoub, An Introduction to the Analytic Theory of Numbers, Amer. math. Soc., 1963; see p. 196.
T. J. I'a. Bromwich, Introduction to the Theory of Infinite Series, Macmillan, 2nd. ed. 1949, p. 116, Problem 18.
L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 99.
W. Dunham, The Mathematical Universe, pp. 57-62 J.Wiley 1994.
Leonhard Euler, De partitione numerorum, Novi commentarii academiae scientiarum Petropolitanae 3 (1750/1), 1753, reprinted in: Commentationes Arithmeticae. (Opera Omnia. Series Prima: Opera Mathematica, Volumen Secundum), 1915, Lipsiae et Berolini, 254-294.
G. H. Hardy and E. M. Wright, An Introduction to the Theory of Numbers. 3rd ed., Oxford Univ. Press, 1954, p. 277, Theorems 344, 346.
A. Lascoux, Sylvester's bijection between strict and odd partitions, Discrete Math., 277 (2004), 275-278.
C. J. Moreno and S. S. Wagstaff, Jr., Sums of Squares of Integers, Chapman and Hall, 2006, p. 253.
D. J. Newman, A Problem Seminar, pp. 18;93;102-3 Prob. 93 Springer-Verlag NY 1982.
|
|
LINKS
|
N. J. A. Sloane, Table of n, a(n) for n = 0..1999
Joerg Arndt, Fxtbook
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, December 1972 [alternative scanned copy].
Author?, Sylvester's bijection
H. Bottomley, Illustration for A000009, A000041, A047967
Huantian Cao, AutoGF: An Automated System to Calculate Coefficients of Generating Functions.
M. Darling, Collected Papers of Ramanujan, Table for q(n); n=1 through 100
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 108
J. Lovejoy, The Number Of Partitions Into Distinct Parts Modulo Powers Of 5
E. Sandifer, How Euler Did It, Philip Naude's problem
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics (1)
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics (2)
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics (3)
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics (4)
Wolfram Research, Generating functions for q(n)
Index entries for "core" sequences
|
|
FORMULA
|
G.f.: Product_{m >= 1} (1 + x^m) = 1/Product_{m >= 0} (1-x^(2m+1)) = Sum_{k>=0} Product_{i=1..k} x^i/(1-x^i).
Asymptotics: a(n) ~ exp(pi l_n / sqrt(3)) / ( 4 3^(1/4) l_n^(3/2) ) where l_n = (n-1/24)^(1/2) (Ayoub).
Product_{k=1..inf} (1+x^(2k)) = Sum_{k=0..inf} x^(k*(k+1))/Product_{i=1..k}(1-x^(2i)) - Euler (Hardy and Wright, Theorem 346).
For n>1, a(n)=(1/n)*Sum_{k=1..n} b(k)*a(n-k), with a(0)=1, b(n)= A000593(n)=sum of odd divisors of n; cf. A000700. - Vladeta Jovovic (vladeta(AT)Eunet.yu), Jan 21 2002
a(n) = t(n, 0), t as defined in A079211.
Given g.f. A(x), then B(x)=x*A(x^3)^8 satisfies 0=f(B(x), B(x^2)) where f(u, v)=v-u^2+16uv^2 . - Michael Somos May 31 2005
a(n)=A026837(n)+A026838(n)=A118301(n)+A118302(n); a(A001318(n))=A051044(n); a(A118300(n))=A118303(n). - Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com), Apr 22 2006
Expansion of 1/chi(-q) in powers of q where chi() is a Ramanujan theta function. - Michael Somos May 28 2006
G.f. is Fourier series which satisfies f(-1/ (1152 t)) = 2^(-1/2)/ f(t) where q = exp(2 pi i t). - Michael Somos Aug 16 2007
Expansion of q^(-1/24) * eta(q^2) / eta(q) in powers of q.
Expansion of q^(-1/24) 2^(-1/2) f2(t) in powers of q = exp(2 Pi i t) where f2() is a Weber function. - Michael Somos Oct 18 2007
Given g.f. A(x), then B(x) = x * A(x^8)^3 satisfies 0 = f(B(x), B(x^3)) where f(u, v) = (u^3 - v) * (u + v^3) - 9 * u^3 * v^3. - Michael Somos, Mar 25 2008
|
|
EXAMPLE
|
q + q^25 + q^49 + 2*q^73 + 2*q^97 + 3*q^121 + 4*q^145 + 5*q^169 +...
The partitions of n into distinct parts for small n are:
1: 1
2: 2
3: 3, 21
4: 4, 31
5: 5, 41, 32
6: 6, 51, 42, 321
7: 7, 61, 52, 43, 421
8: 8, 71, 62, 53, 521, 431
...
|
|
MAPLE
|
N := 100; t1 := series(mul(1+x^k, k=1..N), x, N); A000009 := proc(n) coeff(t1, x, n); end;
spec := [ P, {P=PowerSet(N), N=Sequence(Z, card>=1)} ]: [ seq(combstruct[count](spec, size=n), n=0..58) ];
spec := [ P, {P=PowerSet(N), N=Sequence(Z, card>=1)} ]: combstruct[allstructs](spec, size=10); # to get the actual partitions for n=10
A := mul(1+x^m, m=1..100); A000009 := n->coeff(A, x, n);
|
|
MATHEMATICA
|
a[n_] := PartitionsQ[n]
|
|
PROGRAM
|
(PARI) a(n)=polcoeff(prod(k=1, n, 1+x^k, 1+x*O(x^n)), n)
(MAGMA) Coefficients(&*[1+x^m:m in [1..100]])[1..100] where x is PolynomialRing(Integers()).1; - from Sergei Haller (sergei(AT)sergei-haller.de), Dec 21 2006
(PARI) {a(n) = local(A); if(n<0, 0, A = x*O(x^n); polcoeff( eta(x^2+A)/ eta(x+A), n))}
|
|
CROSSREFS
|
Apart from the first term, equals A052839-1. The rows of A053632 converge to this sequence. When reduced modulo 2 equals the absolute values of A010815. The positions of odd terms given by A001318.
a(n)=sum(A097306(n, m), n=1..m), row sums of triangle of number of partitions of n into m odd parts.
Cf. A000041, A000700, A003724, A004111, A007837, A068049, A035294, A078408.
Cf. A081360, A088670, A109950, A109968, A132312.
Cf. A015723 (total number of parts).
Adjacent sequences: A000006 A000007 A000008 this_sequence A000010 A000011 A000012
Sequence in context: A034321 A058703 A034320 this_sequence A081360 A117409 A092833
|
|
KEYWORD
|
nonn,core,easy,nice
|
|
AUTHOR
|
njas
|
|
|
Search completed in 0.005 seconds
|