Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A145456
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A145456 Exponential transform of C(n,6) = A000579. +0
2
1, 0, 0, 0, 0, 0, 1, 7, 28, 84, 210, 462, 1386, 13728, 171171, 1686685, 13461448, 91495768, 551777772, 3142726692, 19787406360, 172188951144, 1999835600301, 24655331721867, 285725747201356, 3034790658153100, 29876851476502030 (list; graph; listen)
OFFSET

0,8

COMMENT

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

CROSSREFS

Cf. 6th column of A145460, A143398.

Sequence in context: A000579 A049017 A019501 this_sequence A145135 A144900 A054469

Adjacent sequences: A145453 A145454 A145455 this_sequence A145457 A145458 A145459

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