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.

A092670 a(n) = number of Egyptian fractions 1 = 1/x_1 + ... + 1/x_k (for any k), 0

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 6, 6, 6, 11, 11, 22, 22, 22, 22, 41, 41, 41, 41, 114, 114, 200, 200, 200, 363, 363, 566, 852, 852, 852, 852, 1655, 1655, 3054, 3054, 3054, 5777, 5777, 5777, 10647, 10647, 10647, 10647, 19436, 19436, 33373, 48360, 90441
Offset: 1

Views

Author

Max Alekseyev, Mar 02 2004

Keywords

Examples

			a(6)=2 since there are two fractions 1=1/1 and 1=1/2+1/3+1/6.
		

Crossrefs

Formula

a(n)=Sum(A092669(i), i=1..n)

Extensions

More terms from T. Suzuki (suzuki(AT)scio.co.jp), Nov 24 2006