Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A145459
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A145459 Exponential transform of C(n,9) = A000582. +0
2
1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 10, 55, 220, 715, 2002, 5005, 11440, 24310, 72930, 1016158, 18643560, 258952330, 2845739820, 26177047270, 209411148144, 1495786618975, 9722602868550, 58373582056075, 329869586346300, 1861266055353705 (list; graph; listen)
OFFSET

0,11

COMMENT

a(n) is the number of ways of placing n labeled balls into indistinguishable boxes, where in each filled box 9 balls are seen at the top.

a(n) is also the number of forests of labeled rooted trees of height at most 1, with n labels, where each root contains 9 labels.

LINKS

N. J. A. Sloane, Transforms

Index entries for sequences related to rooted trees

MAPLE

a:= proc(n) option remember; local j; `if` (n=0, 1, add (binomial (n-1, j-1) *binomial(j, 9) *a(n-j), j=1..n)) end: seq (a(n), n=0..35);

CROSSREFS

Cf. 9th column of A145460, A143398.

Sequence in context: A023035 A128936 A000582 this_sequence A034241 A022575 A024210

Adjacent sequences: A145456 A145457 A145458 this_sequence A145460 A145461 A145462

KEYWORD

nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 10 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research