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.

A238795 The unique set of eleven distinct positive odd numbers up to 105 the sum of whose reciprocals is 1.

Original entry on oeis.org

3, 5, 7, 9, 11, 33, 35, 45, 55, 77, 105
Offset: 1

Views

Author

Arkadiusz Wesolowski, Mar 05 2014

Keywords

Comments

For any set of distinct numbers whose reciprocals sum to 1, the largest must be neither a prime nor a prime power.
For sets of 11 distinct positive odd numbers, relaxing the a(11) <= 105 constraint allows a second solution at 115 (3, 5, 7, 9, 15, 21, 23, 45, 69, 105, 115), a third at 117 (3, 5, 7, 9, 13, 21, 35, 39, 63, 105, 117), 3 more at 135, 2 more at 143, and 2 more at 165. - Jon E. Schoenfield, Mar 07 2014

Examples

			1/3 + 1/5 + 1/7 + 1/9 + 1/11 + 1/33 + 1/35 + 1/45 + 1/55 + 1/77 + 1/105 = 1.
		

Crossrefs