Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #13 Mar 07 2015 14:43:36
%S 1,1,1,2,2,3,4,5,6,8,10,12,15,18,22,27,32,38,46,53,62,73,84,97,112,
%T 128,146,167,189,213,241,270,302,338,375,416,461,507,558,613,670,731,
%U 797,865,937,1015,1093,1176,1264
%N Number of partitions of n into distinct parts from [ 1, 18 ].
%C The number of different ways to run up a staircase with 18 steps, taking steps of odd sizes (or taking steps of distinct sizes), where the order is not relevant and there is no other restriction on the number or the size of each step taken is the coefficient of x^18. - _Mohammad K. Azarian_, Aug 22 2010
%D Mohammad K. Azarian, A Generalization of the Climbing Stairs Problem II, Missouri Journal of Mathematical Sciences, Vol. 16, No. 1, Winter 2004, pp. 12-17. Zentralblatt MATH, Zbl 1071.05501.
%D Mohammad K. Azarian, A Generalization of the Climbing Stairs Problem, Mathematics and Computer Education, Vol. 31, No. 1, pp. 24-28, Winter 1997. MathEduc Database (Zentralblatt MATH, 1997c.01891).
%F Expansion of (1+x)(1+x^2)(1+x^3)...(1+x^18).
%K nonn
%O 0,4
%A _N. J. A. Sloane_