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 A133444 #9 Sep 08 2013 13:31:23 %S A133444 1,3,14,57,246,1038,4424,18777,79846,339258,1442004,6128202,26045436, %T A133444 110691948,470442924,1999378137,8497365126,36113785698,153483619604, %U A133444 652305322542,2772297736276,11782265148228,50074627320864,212817165231882,904472953925596 %N A133444 a(n)=sum{k=0..n, C(n,floor(k/2))*(-1)^k*4^(n-k)}. %C A133444 Hankel transform is 5^n . Second binomial transform is A076036 . %H A133444 Vincenzo Librandi, <a href="/A133444/b133444.txt">Table of n, a(n) for n = 0..200</a> %F A133444 a(n)=Sum{k, 0<=k<=n} A053121(n,k)*A015521(k+1) = (-1)^n*A127363(n) . G.f.: (1/sqrt(1-4x^2))(1-xc(x^2))/(1-4x*c(x^2)), where c(x) is the g.f. of Catalan numbers A000108 . %F A133444 Recurrence: 4*n*a(n) = (17*n-8)*a(n-1) + 2*(8*n+1)*a(n-2) - 68*(n-2)*a(n-3) . - _Vaclav Kotesovec_, Oct 20 2012 %F A133444 a(n) ~ 3*17^n/4^(n+1) . - _Vaclav Kotesovec_, Oct 20 2012 %t A133444 Table[Sum[Binomial[n,Floor[k/2]]*(-1)^k*4^(n-k),{k,0,n}],{n,0,20}] (* _Vaclav Kotesovec_, Oct 20 2012 *) %K A133444 nonn %O A133444 0,2 %A A133444 _Philippe Deléham_, Nov 26 2007 %E A133444 More terms from _Vincenzo Librandi_, May 25 2013