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 A115202 #10 Mar 10 2022 05:49:06 %S A115202 1,9,67,477,3363,23741,168451,1202685,8641539,62470141,454164483, %T A115202 3319054333,24371503107,179736723453,1330803769347,9889323810813, %U A115202 73733148770307,551423090098173,4135500638060547 %N A115202 Fifth column of triangle A115193 (called C(1,2)). %C A115202 Also one eighth of the fourth diagonal of triangle A115195, called Y(1,2). %H A115202 G. C. Greubel, <a href="/A115202/b115202.txt">Table of n, a(n) for n = 0..500</a> %F A115202 a(n)= A115195(3+n,1+n)/8, n>=0. %F A115202 G.f.: (-1 + 3*x + (1- 5*x + 2*x^2)*c(2*x))/(4*(1+x)*x^3), with the o.g.f. c(x) of A000108 (Catalan). %F A115202 a(n) = A115193(4+n,4), n>=0. %F A115202 a(n) = (-1)^n*8^(n+2)*(binomial(1/2, n+3)*Hypergeometric2F1(1,n+5/2; n+4; -8) + 20*binomial(1/2, n+4)*Hypergeometric2F1(1,n+7/2; n+5; -8) + 32*binomial(1/2, n+5)*Hypergeometric2F1(1,n+9/2; n+6; -8)). - _G. C. Greubel_, Feb 04 2016 %F A115202 D-finite with recurrence (n+4)*a(n) +2*(-6*n-13)*a(n-1) +(29*n-10)*a(n-2) +2*(13*n+22)*a(n-3) +8*(-2*n+3)*a(n-4)=0. - _R. J. Mathar_, Mar 10 2022 %t A115202 f[n_] := SeriesCoefficient[(1 - 9*x + 14*x^2 - (1 - 5*x + 2*x^2) Sqrt[1 - 8*x])/(16*x^4*(1 + x)), {x, 0, n}]; %t A115202 Table[f[n], {n, 0, 50}] (* _G. C. Greubel_, Feb 04 2016 *) %K A115202 nonn,easy %O A115202 0,2 %A A115202 _Wolfdieter Lang_, Feb 03 2006