cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A339627 Number of partitions of n into distinct parts such that the sum of reciprocals of parts is an integer.

Original entry on oeis.org

1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 2, 2, 1, 0, 0, 0, 1, 2, 1, 0, 0, 0, 1, 1, 2, 2, 0, 0, 0, 2, 2, 1, 2, 2, 2, 1, 2, 2, 1, 2, 2, 3, 2, 4, 5, 4, 7, 4, 2, 2, 6, 6, 1, 3, 3, 4, 3, 4
Offset: 0

Views

Author

Ilya Gutkovskiy, Dec 10 2020

Keywords

Comments

Also the number of ways to express an integer as the sum of distinct unit fractions such that the sum of the denominators is n.

Examples

			a(31) = 2 because we have 2 + 4 + 5 + 20 = 1 + 2 + 3 + 10 + 15 = 31 and 1/2 + 1/4 + 1/5 + 1/20 = 1, 1/1 + 1/2 + 1/3 + 1/10 + 1/15 = 2 are integers.
		

Crossrefs

A339628 Number of compositions (ordered partitions) of n into distinct parts such that the sum of reciprocals of parts is an integer.

Original entry on oeis.org

1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 120, 0, 0, 0, 0, 24, 144, 144, 120, 0, 0, 0, 24, 240, 720, 0, 0, 0, 120, 720, 240, 1440, 0, 0, 0, 840, 5760, 720, 5160, 744, 240, 720, 1440, 10080, 720, 5760, 5160, 1560, 5760, 2280, 16560, 6000, 7560
Offset: 0

Views

Author

Ilya Gutkovskiy, Dec 10 2020

Keywords

Comments

Also the number of ordered ways to express an integer as the sum of distinct unit fractions such that the sum of the denominators is n.

Examples

			a(11) = 6 because we have 2 + 3 + 6 = 2 + 6 + 3 = 3 + 2 + 6 = 3 + 6 + 2 = 6 + 2 + 3 = 6 + 3 + 2 = 11 and 1/2 + 1/3 + 1/6 = 1 is an integer.
		

Crossrefs

Showing 1-2 of 2 results.