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!)
A347576 Number of partitions of n into 9 or more distinct parts. 5
1, 1, 2, 3, 5, 7, 11, 15, 22, 30, 42, 55, 75, 97, 128, 164, 212, 267, 340, 423, 530, 654, 808, 986, 1207, 1460, 1768, 2123, 2549, 3037, 3620, 4284, 5069, 5965, 7012, 8203, 9590, 11160, 12975, 15029, 17388, 20048, 23092, 26513, 30408, 34781, 39734, 45278 (list; graph; refs; listen; history; text; internal format)
OFFSET
45,3
LINKS
FORMULA
G.f.: Sum_{k>=9} x^(k*(k + 1)/2) / Product_{j=1..k} (1 - x^j).
MATHEMATICA
nmax = 92; CoefficientList[Series[Sum[x^(k (k + 1)/2)/Product[(1 - x^j), {j, 1, k}], {k, 9, nmax}], {x, 0, nmax}], x] // Drop[#, 45] &
CROSSREFS
Sequence in context: A008639 A341914 A008633 * A238868 A035999 A036010
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 07 2021
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 July 5 15:18 EDT 2024. Contains 374026 sequences. (Running on oeis4.)