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!)
A320822 Number of partitions of n with exactly nine sorts of part 1 which are introduced in ascending order. 2
1, 45, 1156, 22321, 360704, 5158652, 67512671, 826325926, 9601854284, 107074391802, 1155110296163, 12128784832510, 124544257464575, 1255354199998891, 12457896065009874, 122014591067156240, 1181759128040203056, 11337243349606910986, 107879491494316487583 (list; graph; refs; listen; history; text; internal format)
OFFSET
9,2
LINKS
FORMULA
a(n) = A320740(n) - A320739(n).
MAPLE
b:= proc(n, i, k) option remember; `if`(n=0 or i<2, add(
Stirling2(n, j), j=0..k), add(b(n-i*j, i-1, k), j=0..n/i))
end:
a:= n-> (k-> b(n$2, k)-b(n$2, k-1))(9):
seq(a(n), n=9..35);
CROSSREFS
Column k=9 of A292746.
Sequence in context: A049447 A327510 A215769 * A229796 A143400 A226981
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Oct 21 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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)