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 A138461 #7 Oct 30 2017 07:12:36 %S A138461 0,1,-2,4,-6,11,-14,29,-26,85,-12,320,312,1639,3190,10484,25822,75005, %T A138461 200488,564662,1555804,4363139,12184456,34267931,96435100,272390561, %U A138461 770734846,2186278294,6213111234 %N A138461 Inverse binomial transform of A000957. %H A138461 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a> %F A138461 From _Vaclav Kotesovec_, Oct 30 2017: (Start) %F A138461 Recurrence: 2*n*a(n) = -(n+6)*a(n-1) + (13*n - 33)*a(n-2) + 3*(7*n - 18)*a(n-3) + 9*(n-3)*a(n-4). %F A138461 a(n) ~ 3^(n - 1/2) / (8 * sqrt(Pi) * n^(3/2)). (End) %t A138461 Table[Sum[(-1)^(n-k) * Binomial[n, k]*(2^k * (2*k-1)!! * Hypergeometric2F1Regularized[2, 2*k+1, k+2, -1] - 3*(-1)^k/2^(k+1)), {k, 1, n}], {n, 0, 30}] (* _Vaclav Kotesovec_, Oct 30 2017 *) %Y A138461 Cf. A000957, A138415. %K A138461 sign %O A138461 0,3 %A A138461 _N. J. A. Sloane_, May 08 2008