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.

A085514 Integers n representable as the product of the sum of three nonzero integers with the sum of their reciprocals: n=(x+y+z)*(1/x+1/y+1/z).

Original entry on oeis.org

1, 9, 10, 11, 14, 15, 18, 26, 29, 30, 31, 34, 35, 37, 38, 42, 43, 44, 48, 52, 53, 54, 55, 57, 59, 62, 63, 64, 67, 69, 70, 71, 73, 74, 75, 76, 82, 84, 85, 86, 90, 92, 93, 94, 95, 96, 98, 100, 101, 102, 103, 105, 106, 108, 111, 112, 116, 117, 122, 125, 126, 127, 128
Offset: 1

Views

Author

Hugo Pfoertner, Jul 19 2003

Keywords

Comments

See under A086446 for comments and references.

Examples

			a(1)=1 because (1+1-1)*(1/1+1/1-1/1)=1.
a(2)=(1+1+1)*(1/1+1/1+1/1)=9.
a(9)=(2-15+78)*(1/2-1/15+1/78)=29.
		

Crossrefs

Cf. A086446 (representation by positive x, y, z), A102535 (representable negative n)
See A102774, A102775, A102777 for values of x, y, z corresponding to values of n >= 11.

Extensions

Corrected and extended by David J. Rusin, Jul 30 2003
More terms from the MacLeod web site, Mar 17 2005