Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A164863
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A164863 Number of ways of placing n labeled balls into 9 indistinguishable boxes; word structures of length n using a 9-ary alphabet. +0
3
1, 1, 2, 5, 15, 52, 203, 877, 4140, 21147, 115974, 678514, 4211825, 27602602, 190077045, 1368705291, 10254521370, 79527284317, 635182667816, 5199414528808, 43426867585575, 368654643520692, 3170300933550687 (list; graph; listen)
OFFSET

0,3

LINKS

Weisstein, Eric W. "Set Partition".

Moreira, N.; Reis, R. "On the Density of Languages Representing Finite Set Partitions", Journal of Integer Sequences, Vol. 8 (2005), Article 05.2.8.

FORMULA

a(n) = Sum_{k=0..9} stirling2 (n,k).

a(n) = ceil (103/560*2^n +53/864*3^n +11/720*4^n +5^n/320 +6^n/2160 +7^n/10080 +9^n/362880).

G.f.: (16687*x^8 -67113*x^7 +88620*x^6 -56993*x^5 +20529*x^4 -4353*x^3 +539*x^2 -36*x+1) / ((9*x-1) *(7*x-1) *(6*x-1) *(5*x-1) *(4*x-1) *(3*x-1) *(2*x-1) *(x-1)).

MAPLE

# 1st program:

a:= n-> ceil (103/560*2^n +53/864*3^n +11/720*4^n +5^n/320 +6^n/2160 +7^n/10080 +9^n/362880): seq (a(n), n=0..25);

# 2nd program:

with (combinat): a:= n-> add (stirling2 (n, k), k=0..9): seq (a(n), n=0..25);

CROSSREFS

Cf. A000110, A048993, A008291, A098825, A000012, A000079, A007051, A007581, A124303, A056272, A056273, A099262, A099263, A164864.

Sequence in context: A141081 A108305 A099263 this_sequence A164864 A000110 A134381

Adjacent sequences: A164860 A164861 A164862 this_sequence A164864 A164865 A164866

KEYWORD

easy,nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 28 2009

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 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research