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!)
A316891 Number of aperiodic integer partitions of n into relatively prime parts whose reciprocal sum is an integer. 1
1, 0, 0, 0, 1, 0, 1, 0, 2, 1, 5, 2, 7, 4, 7, 6, 13, 7, 18, 12, 20, 17, 32, 20, 39, 31, 47, 45, 74, 56, 96, 83, 109, 105, 151, 130, 199, 183, 234, 232, 319, 286, 404, 386, 473, 488, 638, 599, 782, 767, 931, 960, 1197, 1165, 1465, 1477, 1747, 1814, 2212, 2196 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,9
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(17) = 13 partitions:
(6443),
(44441),
(3332222), (6322211),
(44222111),
(222222221), (333221111), (632111111),
(4421111111),
(22222211111), (33311111111),
(2222111111111),
(221111111111111).
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], And[GCD@@#==1, GCD@@Length/@Split[#]==1, IntegerQ[Sum[1/m, {m, #}]]]&]], {n, 50}]
CROSSREFS
Sequence in context: A262213 A178913 A142721 * A152992 A185727 A070951
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jul 16 2018
EXTENSIONS
a(51)-a(60) from Alois P. Heinz, Jul 18 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)