login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A015718 Triangular array T given by rows: T(n,k) = number of partitions of n into distinct parts, none of which is k (1<=k<=n). 0
0, 1, 0, 1, 1, 1, 1, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 4, 3, 4, 4, 4, 3, 4, 4, 5, 4, 5, 5, 5, 5, 5, 5, 6, 6, 6, 7, 7, 7, 5, 6, 6, 7, 8, 8, 8, 9, 9, 9, 7, 7, 8, 9, 9, 9, 10, 10, 11, 11, 11, 8, 9, 10, 10, 11, 12, 12, 13, 13, 14, 14, 14, 10, 11, 12 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,8
LINKS
EXAMPLE
T(7,4)=3 because among the 5 partitions of 7 into distinct parts, only [7],[6,1] and [5,2] do not contain the part 4.
Triangle starts:
0;
1,0;
1,1,1;
1,2,1,1;
2,2,2,2,2;
2,2,3,3,3,3;
3,3,4,3,4,4,4;
MAPLE
g:=product(1+x^i, i=1..30)*sum(t^j/(1+x^j), j=1..50): gser:=simplify(series(g, x=0, 18)): for n from 1 to 16 do P[n]:=sort(coeff(gser, x^n)) od: for n from 1 to 14 do seq(coeff(P[n], t^k), k=1..n) od; # yields sequence in triangular form - Emeric Deutsch, Apr 15 2006
CROSSREFS
Sequence in context: A256945 A282091 A354110 * A008350 A019556 A165640
KEYWORD
nonn,tabl
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)