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 A186338 #29 Dec 09 2020 19:58:44 %S A186338 1,2,8,36,172,860,4460,23820,130268,726236,4112972,23599724,136906748, %T A186338 801671996,4732110828,28128179276,168222049052,1011509012636, %U A186338 6111445499532,37084090264364,225899543897916,1380918157453052,8468524718133804,52085281291575052 %N A186338 Expansion of 1/(1-2x/(1-2x/(1-x/(1-2x/(1-2x/(1-x/(1-2x/(1-... (continued fraction). %H A186338 Vincenzo Librandi, <a href="/A186338/b186338.txt">Table of n, a(n) for n = 0..200</a> %H A186338 Xiaomei Chen, Yuan Xiang, <a href="https://arxiv.org/abs/2009.04900">Counting generalized Schröder paths</a>, arXiv:2009.04900 [math.CO], 2020. %F A186338 G.f.: (sqrt(1-10x+25x^2-16x^3)+3x-1)/(2x(2x-1)). %F A186338 Conjecture: (n+1)*a(n) +3*(1-4n)*a(n-1) +15*(3n-4)*a(n-2) +6*(26-11n)*a(n-3) +16*(2n-7)*a(n-4)=0. - _R. J. Mathar_, Nov 17 2011 %F A186338 a(n) = Sum_{k, 0<=k<=n} A091866(n,k)*2^k. - _Philippe Deléham_, Nov 27 2011 %F A186338 a(n) ~ sqrt(7*sqrt(17)-17)*((9+sqrt(17))/2)^n/(2*sqrt(Pi)*n^(3/2)). - _Vaclav Kotesovec_, Oct 24 2012 %F A186338 From _Vladimir Kruchinin_, Jan 25 2020: (Start) %F A186338 a(n) = Sum_{j=0..n} Sum_{i=0..j} C(j+1, i)*C(2*j-i, j-i)*C(n-j+i-1,n-j) /(j+1)*2^(n-j). %F A186338 a(n) = Sum_{i=0..n-1} a(i)*(2^(n-i-1)+a(n-i-1)). (End) %t A186338 CoefficientList[Series[(Sqrt[1-10*x+25*x^2-16*x^3]+3*x-1)/(2*x*(2*x-1)), {x, 0, 20}], x] (* _Vaclav Kotesovec_, Oct 24 2012 *) %o A186338 (Maxima) %o A186338 a(n):=sum(sum(binomial(j+1, i)*binomial(2*j-i, j-i)*binomial(n-j+i-1, n-j), i, 0, j)/(j+1)*2^(n-j), j, 0, n); /* _Vladimir Kruchinin_, Jan 25 2020 */ %Y A186338 Hankel transform is A186339. %K A186338 nonn,easy %O A186338 0,2 %A A186338 _Paul Barry_, Feb 18 2011