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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059607 As an upper right triangle, number of distinct partitions of n where the highest part is k (0<=k<=n). 3
1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 2, 1, 1, 1, 0, 0, 0, 0, 1, 2, 1, 1, 1, 0, 0, 0, 0, 1, 2, 2, 1, 1, 1, 0, 0, 0, 0, 1, 2, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 2, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 2, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 1, 3, 4, 3, 2, 2, 1, 1, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,33

FORMULA

T(n, k) =sum_j[T(n-k, j)] for k>j with T(0, 0)=1

EXAMPLE

Rows are {1,0,0,0,...}, {1,0,0,0,...}, {1,1,0,0,...}, {1,1,1,1,...}, {1,1,1,2,...} etc. T(7,4)=2 since 7 can be written as 4+3 or 4+2+1. T(12,6)=3 since 12 can be written as 6+5+1 or 6+4+2 or 6+3+2+1.

CROSSREFS

As upper right triangle, row sum is A011782, column sum is A000009, column maximum is A025591 (offset), row maximum is A026839 (offset). Cf. A026836 for this triangle starting at (1, 1) rather than (0, 0).

Sequence in context: A086009 A086010 A089198 * A176724 A015318 A026836

Adjacent sequences:  A059604 A059605 A059606 * A059608 A059609 A059610

KEYWORD

nonn,tabl

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Jan 30 2001

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 17 21:13 EST 2012. Contains 206085 sequences.