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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089177 Triangle read by rows: T(n,k) (n >= 0, 0 <= k <= 1+log_2(floor(n)) giving number of non-squashing partitions of n into k parts. 2
1, 1, 1, 1, 2, 1, 1, 3, 2, 1, 4, 4, 1, 1, 5, 6, 2, 1, 6, 9, 4, 1, 7, 12, 6, 1, 8, 16, 10, 1, 1, 9, 20, 14, 2, 1, 10, 25, 20, 4, 1, 11, 30, 26, 6, 1, 12, 36, 35, 10, 1, 13, 42, 44, 14, 1, 14, 49, 56, 20, 1, 15, 56, 68, 26, 1, 16, 64, 84, 36, 1, 1, 17, 72, 100, 46, 2, 1, 18, 81, 120, 60, 4, 1 (list; graph; refs; listen; history; internal format)
OFFSET

0,5

LINKS

N. J. A. Sloane and J. A. Sellers, On non-squashing partitions, Discrete Math., 294 (2005), 259-274.

FORMULA

Row 0 = {1}, row 1 = {1 1}; for n >=2, row n = row n-1 + (row floor(n/2) shifted one place right).

G.f. for column k (k >= 2): x^(2^(k-2))/((1-x)*Product_j=1..k-2} (1-x^(2^j))).

EXAMPLE

Triangle begins:

1

1 1

1 2 1

1 3 2

1 4 4 1

1 5 6 2

1 6 9 4

1 7 12 6

1 8 16 10 1

CROSSREFS

Cf. A089178. Columns give A002620, A008804, A088932, A088954. Row sums give A000123.

Sequence in context: A094363 A124832 A137569 * A023996 A049998 A029253

Adjacent sequences:  A089174 A089175 A089176 * A089178 A089179 A089180

KEYWORD

nonn,tabf,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Dec 08 2003

EXTENSIONS

More terms from Alford Arnold (Alford1940(AT)aol.com), May 22 2004

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 16 10:53 EST 2012. Contains 205904 sequences.