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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090632 Given n boxes labeled 1..n, such that box i weighs 3i grams and can support a total weight of i grams; a(n) = number of stacks of boxes that can be formed such that no box is squashed. 3
1, 2, 3, 5, 7, 9, 12, 15, 18, 22, 26, 30, 36, 42, 48, 56, 64, 72, 82, 92, 102, 114, 126, 138, 153, 168, 183, 201, 219, 237, 258, 279, 300, 324, 348, 372, 400, 428, 456, 488, 520, 552, 588, 624, 660, 700, 740, 780, 826, 872, 918, 970, 1022, 1074, 1132, 1190, 1248 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

Rodseth, Oystein J., Sloane's box stacking problem. Discrete Math. 306 (2006), no. 16, 2005-2009.

LINKS

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

FORMULA

More generally, let a_k(n), k>1, denote the number of stacks of boxes that can be formed such that no box is squashed wherein we have n boxes labeled 1..n such that box i weighs k*i grams and can support a total weight of i grams. Then a_k(n) has g.f. 1/((1-x)^2*Product_{i>=0} (1-x^(k*(k+1)^i))). - George Andrews, James Sellers and Vladeta Jovovic, May 26 2005 (corrected May 31 2005)

MAPLE

p:=1/(1-q)^2/product((1-q^(3*4^i)), i=0..5): s:=series(p, q, 100): for n from 0 to 99 do printf(`%d, `, coeff(s, q, n)) od: (Sellers)

CROSSREFS

Cf. A089054, A090631.

Sequence in context: A022794 A025693 A117930 * A022786 A005704 A022782

Adjacent sequences:  A090629 A090630 A090631 * A090633 A090634 A090635

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Vladeta Jovovic (vladeta(AT)eunet.rs), May 22 2005

Further terms from James A. Sellers (sellersj(AT)math.psu.edu), Dec 23 2005

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 02:51 EST 2012. Contains 205860 sequences.