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.
%I A014013 #21 Jun 08 2019 01:16:10 %S A014013 7,790,749896,1270073831726,3264508855407706377676178, %T A014013 18710490702451568752627532846550947209438603938993 %N A014013 Alternating Egyptian fraction expansion of Pi-3. %C A014013 The next term has 99 digits. %H A014013 <a href="/index/Ed#Egypt">Index entries for sequences related to Egyptian fractions</a> %F A014013 Pi -3 = Sum_{k>=1} (-1)^(k+1)/a(k) = 0.14159...; a(n) = (-1)^(n+1)*u(n) where u(1)=7, u(n) = trunc(1/(Pi - 3 - Sum_{k=1..n-1} 1/u(k))) and trunc(x) = floor(x) if x >= 0, trunc(x) = ceiling(x) if x < 0. %e A014013 1/(Pi - 3 - 1/7 + 1/790) = 749896.4427... hence a(3)=749896. %K A014013 nonn %O A014013 1,1 %A A014013 _Simon Plouffe_ %E A014013 Title correction by _Stanislav Sykora_, May 05 2012