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!)
A320219 Number of multisets of nonempty words with a total of n letters over nonary alphabet such that all letters occur at least once in the multiset. 3
4596553, 267009498, 8759066967, 214009517289, 4341556649997, 77402791217151, 1254856577798877, 18917548771779954, 269340155175667401, 3662449762145471938, 47963634774469915293, 608844238997012412552, 7528868495379885600462, 91056717786483891773442 (list; graph; refs; listen; history; text; internal format)
OFFSET
9,1
LINKS
MAPLE
b:= proc(n, k) option remember; `if`(n=0, 1, add(add(
d*k^d, d=numtheory[divisors](j))*b(n-j, k), j=1..n)/n)
end:
a:= n-> (k-> add(b(n, k-i)*(-1)^i*binomial(k, i), i=0..k))(9):
seq(a(n), n=9..25);
CROSSREFS
Column k=9 of A257740.
Cf. A320210.
Sequence in context: A129931 A206195 A320210 * A265448 A272701 A083605
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Oct 07 2018
STATUS
approved

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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)