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.

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

This page as a plain text file.
%I A092666 #12 Jul 28 2015 18:51:04
%S A092666 1,1,1,2,1,7,1,10,10,26,1,107,1,83,375,384,1,1418,1,4781,7812,1529,1,
%T A092666 33665,9789,4276,27787,168107,1,584667,1,586340,1177696,52334,5285597,
%U A092666 14746041,1,218959,13092673,84854683,1,279357910,1,491060793,2001103921
%N A092666 a(n) = number of Egyptian fractions 1 = 1/x_1 + ... + 1/x_k (for any k), with 0 < x_1 <= ... <= x_k = n.
%H A092666 Toshitaka Suzuki, <a href="/A092666/b092666.txt">Table of n, a(n) for n = 1..390</a>
%H A092666 <a href="/index/Ed#Egypt">Index entries for sequences related to Egyptian fractions</a>
%F A092666 a(n) = A020473(n) - A020473(n-1).
%F A092666 a(n) = 1 if n is prime.
%e A092666 a(4) = 2 since there are two fractions 1=1/2+1/4+1/4 and 1=1/4+1/4+1/4+1/4.
%Y A092666 Cf. A020473, A092667, A092669, A002966, A000058, A259633.
%K A092666 nonn
%O A092666 1,4
%A A092666 _Max Alekseyev_, Mar 02 2004
%E A092666 Edited by _Max Alekseyev_, May 05 2010