Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A145453
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A145453 Exponential transform of C(n,3) = A000292(n-2). +0
2
1, 0, 0, 1, 4, 10, 30, 175, 1176, 7084, 42120, 286605, 2270180, 19213766, 166326524, 1497096055, 14374680880, 147259920760, 1582837679056, 17659771122969, 204674606377140, 2473357218561250, 31148510170120420, 407154732691440811 (list; graph; listen)
OFFSET

0,5

COMMENT

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

CROSSREFS

Cf. 3rd column of A145460, A143398.

Sequence in context: A114946 A001551 A067142 this_sequence A034730 A095127 A006342

Adjacent sequences: A145450 A145451 A145452 this_sequence A145454 A145455 A145456

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