OFFSET
0,8
COMMENTS
The lowest number that can occur is 6 and the highest is 36 and these can be obtained in only a single combination. The number 7 can occur in 6 different ways: 11-11-12, 11-11-21, 11-12-11, 11-21-11, 12-11-11, 21-11-11, etc.
The sixth row of A063260. - R. J. Mathar, Aug 27 2008
LINKS
Zhizhang Shen and Christian M. Marston, A study of a dice problem, Appl. Math. Comp. vol. 73 iss. 2-3 (1995) 231-247 [MathSciNet] [Zbl]. [From R. J. Mathar, Sep 04 2008, Sep 06 2008]
FORMULA
O.g.f.: (1+x+x^2+x^3+x^4+x^5+x^6)^6. - R. J. Mathar, Aug 27 2008
a(n) = 0 for n > 36.
PROG
(PARI) v=Vec(('c0+(sum(k=1, 6, x^k))^6+O(x^66))); v[1]-='c0; v /* Joerg Arndt, Mar 04 2013 */
CROSSREFS
KEYWORD
nonn
AUTHOR
Zdenek Hrubec (zhrubec(AT)yahoo.com), Aug 17 2008
EXTENSIONS
Edited by N. J. A. Sloane, Jan 17 2009
STATUS
approved