Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A145454
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A145454 Exponential transform of C(n,4) = A000332. +0
2
1, 0, 0, 0, 1, 5, 15, 35, 105, 756, 6510, 46530, 283470, 1667380, 11457446, 99776040, 969295145, 9298091180, 86154691680, 804769174536, 8052676029420, 88489327173660, 1038440150703340, 12501684521410700, 151866259113256611 (list; graph; listen)
OFFSET

0,6

COMMENT

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

CROSSREFS

Sequence in context: A145133 A143695 A019531 this_sequence A091875 A056413 A032276

Adjacent sequences: A145451 A145452 A145453 this_sequence A145455 A145456 A145457

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 18 21:37 EST 2009. Contains 171024 sequences.


AT&T Labs Research