Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A145455
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A145455 Exponential transform of C(n,5) = A000389. +0
2
1, 0, 0, 0, 0, 1, 6, 21, 56, 126, 378, 3234, 34056, 289575, 2020018, 12237225, 70634928, 468041756, 4190274648, 45557515620, 499503011496, 5121432107757, 49183015347774, 462331794763069, 4579813478536296, 50959878972009546 (list; graph; listen)
OFFSET

0,7

COMMENT

a(n) is the number of ways of placing n labeled balls into indistinguishable boxes, where in each filled box 5 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 5 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, 5) *a(n-j), j=1..n)) end: seq (a(n), n=0..30);

CROSSREFS

Cf. 5th column of A145460, A143398.

Sequence in context: A100356 A137361 A058484 this_sequence A145134 A074745 A056414

Adjacent sequences: A145452 A145453 A145454 this_sequence A145456 A145457 A145458

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 December 1 19:22 EST 2009. Contains 167811 sequences.


AT&T Labs Research