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 A094113 #16 Feb 23 2014 14:23:14 %S A094113 1,7,44,268,1609,9583,56792,335448,1976689,11627735,68308580, %T A094113 400870468,2350563097,13773547487,80663415344,472175746096, %U A094113 2762854639585,16160861104423,94502471413916,552472329537660 %N A094113 Total area of all 1-histograms of length n. %C A094113 Arises in analysis of first-come-first-served (FCFS) printer policy. %H A094113 Fung Lam, <a href="/A094113/b094113.txt">Table of n, a(n) for n = 1..1300</a> %H A094113 D. Merlini, R. Sprugnoli and M. C. Verri, <a href="http://local.disia.unifi.it/merlini/papers/Specialfun01.ps">Waiting patterns for a printer</a>, FUN with algorithm'01, Isola d'Elba, 2001. %H A094113 D. Merlini, R. Sprugnoli and M.C. Verri, <a href="http://dx.doi.org/10.1016/j.dam.2003.11.012">Waiting patterns for a printer</a>, Discrete Applied Mathematics, Volume 144, 359-373, 2004 %F A094113 G.f.: (1+x-sqrt(1-6*x+x^2))/(4*(1-6*x+x^2)). %F A094113 Recurrence: (n+1)*a(n) = (8-n)*a(n-10) + 3*(10*n-71)*a(n-9) + (2263-365*n)*a(n-8) + 4*(570*n-3021)*a(n-7) + 2*(16654-3785*n)*a(n-6) + 6138*(2*n-7)*a(n-5) + 2*(9841-3785*n)*a(n-4) + 4*(570*n-969)*a(n-3) + (292-365*n)*a(n-2) + 3*(10*n+1)*a(n-1), n>=10. - _Fung Lam_, Feb 07 2014 %F A094113 Recurrence (of order 4): n*a(n) = 3*(4*n-3)*a(n-1) - 19*(2*n-3)*a(n-2) + 3*(4*n-9)*a(n-3) - (n-3)*a(n-4). - _Vaclav Kotesovec_, Feb 23 2014 %F A094113 a(n) ~ (sqrt(2)-1)/8 * (3+2*sqrt(2))^(n+1). - _Vaclav Kotesovec_, Feb 23 2014 %t A094113 Rest[CoefficientList[Series[(1+x-Sqrt[1-6*x+x^2])/(4*(1-6*x+x^2)), {x, 0, 20}], x]] (* _Vaclav Kotesovec_, Feb 23 2014 *) %Y A094113 Cf. A001003, A035026. %K A094113 nonn %O A094113 1,2 %A A094113 _Ralf Stephan_, May 03 2004