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.

A285261 a(2n-1) and a(2n) represent the smallest fraction a(2n-1)/a(2n) needing n unit fractions.

This page as a plain text file.
%I A285261 #11 Jan 11 2020 05:35:22
%S A285261 1,2,2,3,4,5,8,11,16,17,77,79,732,733,27538,27539
%N A285261 a(2n-1) and a(2n) represent the smallest fraction a(2n-1)/a(2n) needing n unit fractions.
%C A285261 Huang Zhibin of China in April 2014 has verified that this fraction (27538/27539) needs 8 unit fractions.
%H A285261 Ron Knott, <a href="http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fractions/egyptian.html">Egyptian Fractions</a>
%F A285261 a(2n-1) = A097049(n); a(2n) = A097048(n). - _Jon E. Schoenfield_, Jan 11 2020
%e A285261 For n=1, 1/2 = 1/2;
%e A285261 for n=2, 2/3 = 1/3 + 1/3;
%e A285261 for n=3, 4/5 = 1/2 + 1/4 + 1/20 and 4/5 = 1/2 + 1/5 + 1/10;
%e A285261 for n=4, 8/11 = 1/2 + 1/6 + 1/22 + 1/66;
%e A285261 for n=5, 16/17 = 1/2 + 1/3 + 1/17 + 1/34 + 1/51;
%e A285261 for n=6, 77/79 = 1/2 + 1/3 + 1/8 + 1/79 + 1/474 + 1/632;
%e A285261 for n=7, 732/733 = 1/2 + 1/3 + 1/7 + 1/45 + 1/7330 + 1/20524 + 1/26388;
%e A285261 for n=8, 27538/27539 = 1/2 + 1/3 + 1/7 + 1/43 + 1/1933 + 1/14893663 + 1/1927145066572824 + 1/212829231672162931784; etc.
%Y A285261 Cf. A097048, A097049.
%K A285261 hard,more,nonn
%O A285261 1,2
%A A285261 _Robert G. Wilson v_, Apr 15 2017