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!)
A363214 Number of partitions of n with rank 5 (the rank of a partition is the largest part minus the number of parts). 2
0, 0, 0, 0, 0, 1, 0, 1, 1, 2, 2, 4, 4, 7, 7, 11, 13, 19, 21, 30, 35, 47, 55, 73, 85, 111, 131, 166, 197, 247, 291, 362, 428, 525, 620, 756, 890, 1078, 1268, 1523, 1791, 2140, 2507, 2983, 3490, 4131, 4824, 5688, 6626, 7785, 9052, 10595, 12298, 14351, 16618, 19339, 22355, 25938 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,10
LINKS
FORMULA
G.f.: (1/Product_{k>=1} (1-x^k)) * Sum_{k>=1} (-1)^(k-1) * x^(5*k) * ( x^(k*(3*k-1)/2) - x^(k*(3*k+1)/2) ).
MATHEMATICA
Table[Count[IntegerPartitions[n], _?(#[[1]]-Length[#]==5&)], {n, 60}] (* Harvey P. Dale, Feb 24 2024 *)
PROG
(PARI) my(N=60, x='x+O('x^N)); concat([0, 0, 0, 0, 0], Vec(1/prod(k=1, N, 1-x^k)*sum(k=1, N, (-1)^(k-1)*x^(5*k)*(x^(k*(3*k-1)/2)-x^(k*(3*k+1)/2)))))
CROSSREFS
Column k=5 in the triangle A063995.
Column r=5 of A105806.
Cf. A000041.
Sequence in context: A304178 A266776 A371514 * A062896 A025065 A306664
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 21 2023
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 9 00:54 EDT 2024. Contains 372341 sequences. (Running on oeis4.)