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!)
A320823 Number of partitions of n with exactly ten sorts of part 1 which are introduced in ascending order. 2
1, 55, 1706, 39381, 754514, 12703792, 194550591, 2771831836, 37320172644, 480276118242, 5957871478583, 71707499618340, 841619253647975, 9671546736478641, 109173363429796284, 1213748225365119080, 13319241381691393856, 144529657166520849546 (list; graph; refs; listen; history; text; internal format)
OFFSET
10,2
LINKS
FORMULA
a(n) = A320741(n) - A320740(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))(10):
seq(a(n), n=10..35);
CROSSREFS
Column k=10 of A292746.
Sequence in context: A049435 A327511 A215770 * A166833 A004352 A163722
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 23 14:49 EDT 2024. Contains 371914 sequences. (Running on oeis4.)