The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A347574 Number of partitions of n into 7 or more distinct parts. 6
1, 1, 2, 3, 5, 7, 11, 15, 22, 29, 40, 52, 70, 89, 116, 146, 186, 231, 289, 354, 437, 530, 645, 775, 934, 1112, 1327, 1569, 1856, 2179, 2559, 2985, 3483, 4040, 4684, 5406, 6235, 7160, 8218, 9396, 10735, 12225, 13910, 15780, 17888, 20223, 22842, 25742, 28983, 32562 (list; graph; refs; listen; history; text; internal format)
OFFSET
28,3
LINKS
FORMULA
G.f.: Sum_{k>=7} x^(k*(k + 1)/2) / Product_{j=1..k} (1 - x^j).
MATHEMATICA
nmax = 77; CoefficientList[Series[Sum[x^(k (k + 1)/2)/Product[(1 - x^j), {j, 1, k}], {k, 7, nmax}], {x, 0, nmax}], x] // Drop[#, 28] &
CROSSREFS
Sequence in context: A026814 A008637 A008631 * A238866 A035978 A319475
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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)