login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A320208 Number of sets of nonempty words with a total of n letters over septenary alphabet such that all letters occur at least once in the set. 3

%I #7 Oct 07 2018 14:48:21

%S 37633,1366057,28969248,470004045,6470660266,79706067707,906335330250,

%T 9706198156760,99243640018075,978284068984075,9363362648969343,

%U 87485517250169934,801259222264152813,7216852772737393058,64088034265985397794,562287261308092526759

%N Number of sets of nonempty words with a total of n letters over septenary alphabet such that all letters occur at least once in the set.

%H Alois P. Heinz, <a href="/A320208/b320208.txt">Table of n, a(n) for n = 7..1000</a>

%p h:= proc(n, i, k) option remember; `if`(n=0, 1, `if`(i<1, 0,

%p add(h(n-i*j, i-1, k)*binomial(k^i, j), j=0..n/i)))

%p end:

%p a:= n-> (k-> add((-1)^i*binomial(k, i)*h(n$2, k-i), i=0..k))(7):

%p seq(a(n), n=7..25);

%Y Column k=7 of A319501.

%Y Cf. A320217.

%K nonn

%O 7,1

%A _Alois P. Heinz_, Oct 07 2018

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)