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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114087 Triangle read by rows: T(n,k) is number of partitions of n whose tails below their Durfee squares have size k (n>=1; 0<=k<=n-1). 3
1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 2, 1, 1, 1, 3, 2, 3, 1, 1, 1, 3, 3, 3, 3, 1, 1, 1, 4, 3, 5, 3, 4, 1, 1, 1, 5, 4, 5, 5, 4, 4, 1, 1, 1, 6, 5, 7, 5, 7, 4, 5, 1, 1, 1, 7, 6, 9, 7, 7, 7, 5, 5, 1, 1, 1, 9, 7, 11, 10, 10, 7, 9, 5, 6, 1, 1, 1, 10, 9, 13, 12, 14, 10, 9, 9, 6, 6, 1, 1, 1, 12, 10, 17, 15, 17, 15 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,7

COMMENTS

Row sums yield A000041. Column 0 is A003114. Sum(k*T(n,k),k=0..n-1)=A116365(n).

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.=sum(q^(k^2)/product((1-q^j)(1-(t*q)^j),j=1..k),k=1..infinity).

EXAMPLE

T(6,2)=3 because we have [4,1,1], [2,2,2] and [2,2,1,1] (the bottom tails are [1,1], [2] and [1,1], respectively, each being a partition of 2).

MAPLE

g:=sum(z^(k^2)/product((1-z^j), j=1..k)/product((1-(t*z)^i), i=1..k), k=1..20): gserz:=simplify(series(g, z=0, 30)): for n from 1 to 14 do P[n]:=coeff(gserz, z^n) od: for n from 1 to 14 do seq(coeff(t*P[n], t^j), j=1..n) od; # yields sequence in triangular form

CROSSREFS

Cf. A115994, A115995, A116365, A114088, A114089.

Sequence in context: A091499 A137350 A166240 * A008284 A114088 A037306

Adjacent sequences:  A114084 A114085 A114086 * A114088 A114089 A114090

KEYWORD

nonn,tabl

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 15 17:46 EST 2012. Contains 205835 sequences.