login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114089 Total number of parts in the tails below the Durfee squares of all partitions of n. 3
0, 1, 3, 6, 11, 19, 31, 50, 76, 116, 169, 247, 349, 494, 682, 941, 1274, 1724, 2296, 3054, 4014, 5263, 6833, 8854, 11373, 14578, 18556, 23561, 29736, 37447, 46903, 58619, 72925, 90518, 111899, 138044, 169665, 208111, 254436, 310456, 377687, 458625 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

a(n)=Sum(k*A114088(n,k),k=0..n-1).

REFERENCES

G. E. Andrews, The Theory of Partitions, Addison-Wesley, 1976 (pp. 27-28).

G. E. Andrews and K. Eriksson, Integer Partitions, Cambridge Univ. Press, 2004 (pp. 75-78).

FORMULA

G.f.=[(d/dt){sum(q^(k^2)/product((1-q^j)(1-tq^j),j=1..k),k=1..infinity)}]_{t=1}.

a(n) = A006128(n) - A115995(n). - Vladeta Jovovic (vladeta(AT)eunet.rs), Feb 18 2006

EXAMPLE

a(4)=6 because the bottom tails of the five partitions of 4, namely [4], [3,1], [2,2], [2,1,1] and [1,1,1,1], are { }, [1], { }, [1,1] and [1,1,1], respectively, having a total of 6 parts.

MAPLE

g:=sum(z^(k^2)/product((1-z^j)*(1-t*z^j), j=1..k), k=1..10): dgdt1:=simplify(subs(t=1, diff(g, t))): dgdt1ser:=series(dgdt1, z=0, 55): seq(coeff(dgdt1ser, z, n), n=1..45);

CROSSREFS

Cf. A115994, A115995, A114087, A116365, A114088.

Sequence in context: A004133 A180415 A050228 * A001976 A144115 A183088

Adjacent sequences:  A114086 A114087 A114088 * A114090 A114091 A114092

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 12 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 17:10 EST 2012. Contains 205644 sequences.