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!)
A316896 Number of aperiodic integer partitions of n whose reciprocal sum is 1. 0
1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 3, 0, 1, 0, 1, 1, 2, 3, 2, 2, 1, 2, 2, 2, 3, 5, 5, 2, 2, 5, 5, 9, 3, 4, 6, 4, 3, 6, 8, 4, 10, 9, 8, 11, 7, 13, 12, 15, 15, 21, 18, 16, 21, 19, 17, 30, 23, 19, 23, 28, 25, 29, 34, 29, 44, 28, 46, 48, 42 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,22
COMMENTS
The reciprocal sum of (y_1, ..., y_k) is 1/y_1 + ... + 1/y_k.
A partition is aperiodic if its multiplicities are relatively prime.
LINKS
EXAMPLE
The a(37) = 5 partitions are (24,8,3,2), (20,5,4,4,4), (15,10,6,3,3), (14,7,7,7,2), (10,10,10,5,2).
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], And[GCD@@Length/@Split[#]==1, Sum[1/m, {m, #}]==1]&]], {n, 30}]
CROSSREFS
Sequence in context: A046094 A055976 A293305 * A230626 A363946 A354824
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jul 16 2018
EXTENSIONS
a(51)-a(80) from Giovanni Resta, Jul 16 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 May 7 06:46 EDT 2024. Contains 372300 sequences. (Running on oeis4.)