|
Search: id:A007294
|
|
|
| A007294 |
|
Number of partitions of n into nonzero triangular numbers. (Formerly M0234)
|
|
+0 20
|
|
| 1, 1, 1, 2, 2, 2, 4, 4, 4, 6, 7, 7, 10, 11, 11, 15, 17, 17, 22, 24, 25, 32, 35, 36, 44, 48, 50, 60, 66, 68, 81, 89, 92, 107, 117, 121, 141, 153, 159, 181, 197, 205, 233, 252, 262, 295, 320, 332, 372, 401, 417, 465, 501, 520, 575, 619, 645, 710, 763
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
COMMENT
|
Also number of decreasing integer sequences l(1) >= l(2) >= l(3) >= .. 0 such that sum('i*l(i)','i'=1..infinity)=n.
a(n) is also the number of partitions of n such that #{parts equal to i} >= #{parts equal to j} if i <= j.
Also the number of partitions of n (necessarily into distinct parts) where the part sizes are monotonically decreasing (including the last part, which is the difference between the last part and a "part" of size 0). These partitions are the conjugates of the partitions with number of parts of size i increasing. - Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Apr 08 2008
|
|
REFERENCES
|
G. E. Andrews, MacMahon's partition analysis: II, Fundamental theorems, Annals of Combinatorics, 4 (2000), 327-338.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n = 0..1000
James A. Sellers, Partitions Excluding Specific Polygonal Numbers As Parts, Journal of Integer Sequences, Vol. 7 (2004), Article 04.2.4.
Jan Snellman and Michael Paulsen, Enumeration of Concave Integer Partitions, J. Integer Seqs., Vol. 7, 2004.
|
|
FORMULA
|
Product('(1-z^binomial(k, 2))^(-1)', 'k'=2..infinity);
G.f.: Product ( 1 - x^(k(k-1)/2))^(-1). - Les Reid, Jul 26, 2002
For n>0: a(n) = b(n, 1) where b(n, k) = if n>k*(k+1)/2 then b(n-k*(k+1)/2, k) + b(n, k+1) else (if n=k*(k+1)/2 then 1 else 0). - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Aug 26 2003
|
|
EXAMPLE
|
6=3+3=3+1+1+1=1+1+1+1+1+1 so a(6) = 4.
a(7)=4: Four sequences as above are (7,0,..), (5,1,0,..), (3,2,0,..),(2,1,1,0,..). They correspond to the partitions 1^7, 2 1^5, 2^2 1^3, 3 2 1^2 of seven or in the main description to the partitions 1^7, 3 1^4, 3^2 1, 6 1.
|
|
MATHEMATICA
|
CoefficientList[ Series[ 1/Product[1 - x^(i(i + 1)/2), {i, 1, 50}], {x, 0, 70}], x]
|
|
CROSSREFS
|
Cf. A000217, A051533, A000294.
Cf. A102462.
Sequence in context: A029048 A086160 A029047 this_sequence A053282 A001584 A112801
Adjacent sequences: A007291 A007292 A007293 this_sequence A007295 A007296 A007297
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com), Mira Bernstein (mira(AT)math.berkeley.edu)
|
|
EXTENSIONS
|
Additional comments from Roland Bacher (Roland.Bacher(AT)ujf-grenoble.fr), Jun 17 2001
|
|
|
Search completed in 0.002 seconds
|