|
Search: id:A104383
|
|
|
| A104383 |
|
Number of distinct partitions of triangular numbers n*(n+1)/2. |
|
+0 3
|
|
| 1, 2, 4, 10, 27, 76, 222, 668, 2048, 6378, 20132, 64234, 206848, 671418, 2194432, 7215644, 23853318, 79229676, 264288462, 884987529, 2973772212, 10024300890, 33888946600, 114872472064, 390334057172, 1329347719190, 4536808055808
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Equals row sums of triangle A104382. Asymptotics: a(n) ~ exp(Pi*sqrt((n^2+n)/6))/(2*6^(1/4))/(n^2+n)^(3/4).
|
|
REFERENCES
|
Abramowitz, M. and Stegun, I. A. (Eds.). "Partitions into Distinct Parts." S24.2.2 in Handbook of Mathematical Functions with Formulas, Graphs and Mathematical Tables, 9th printing. New York: Dover, pp. 825-826, 1972.
|
|
LINKS
|
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
Eric Weisstein's World of Mathematics, Partition Function Q.
|
|
FORMULA
|
Limit_{n-->inf} a(n+1)/a(n) = exp(sqrt(Pi^2/6)) = 3.605822247984...
|
|
PROGRAM
|
(PARI) {a(n)=polcoeff(prod(k=1, n*(n+1)/2, 1+x^k, 1+x*O(x^(n*(n+1)/2))), n*(n+1)/2)}
|
|
CROSSREFS
|
Cf. A000009, A104382.
Sequence in context: A086991 A113066 A002459 this_sequence A108523 A157003 A114507
Adjacent sequences: A104380 A104381 A104382 this_sequence A104384 A104385 A104386
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Mar 04 2005
|
|
|
Search completed in 0.002 seconds
|