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!)
A353698 Number of integer partitions of n whose product equals their length. 4
0, 1, 0, 1, 0, 1, 1, 1, 0, 2, 0, 2, 1, 2, 0, 2, 1, 2, 1, 1, 1, 4, 1, 2, 1, 2, 1, 3, 0, 3, 2, 2, 1, 5, 0, 1, 2, 5, 1, 4, 0, 3, 3, 2, 1, 4, 2, 3, 2, 2, 0, 5, 1, 4, 2, 2, 3, 6, 1, 2, 2, 5, 1, 4, 0, 4, 3, 3, 1, 6, 2, 3, 4, 4, 2, 4, 1, 4, 2, 3, 1, 8, 2, 4, 2, 4, 2, 5, 2, 4, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
LINKS
EXAMPLE
The a(n) partitions for selected n (A..H = 10..17):
n=9: n=21: n=27: n=33:
---------------------------------------------------------------------------
51111 B1111111111 E1111111111111 H1111111111111111
321111 72111111111111 921111111111111111 B211111111111111111111
531111111111111 54111111111111111111 831111111111111111111111
4221111111111111 5511111111111111111111111
333111111111111111111111111
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], Times@@#==Length[#]&]], {n, 0, 30}]
PROG
(PARI) a(r, m=r, p=1, k=0) = {(p==k+r) + sum(m=2, min(m, (k+r)\p), self()(r-m, min(m, r-m), p*m, k+1))} \\ Andrew Howroyd, Jan 02 2023
CROSSREFS
The LHS (product of parts) is counted by A339095, rank statistic A003963.
The RHS (length) is counted by A008284, rank statistic A001222.
These partitions are ranked by A353699.
A266477 counts partitions by product of multiplicities, rank stat A005361.
A353504 counts partitions w/ product less than product of multiplicities.
A353505 counts partitions w/ product greater than product of multiplicities.
A353506 counts partitions w/ prod equal to prod of mults, ranked by A353503.
Sequence in context: A218857 A260803 A260804 * A341345 A068067 A046926
KEYWORD
nonn
AUTHOR
Gus Wiseman, May 19 2022
EXTENSIONS
Terms a(61) and beyond from Andrew Howroyd, Jan 02 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 June 4 15:08 EDT 2024. Contains 373099 sequences. (Running on oeis4.)