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 A260776 #15 Apr 02 2020 11:46:40 %S A260776 1,5,60,1001,19380,408595,9104550,210905400,5028168132,122563178210, %T A260776 3040594338320,76520801509425,1948777701739050,50129821093933224, %U A260776 1300611345665798320,33994757853301868560,894295618431497324900,23660280955151412585930,629143806228348421209768 %N A260776 Certain directed lattice paths. %C A260776 See Dziemianczuk (2014) for precise definition. %H A260776 Lars Blomberg, <a href="/A260776/b260776.txt">Table of n, a(n) for n = 0..100</a> %H A260776 M. Dziemianczuk, <a href="http://arxiv.org/abs/1410.5747">On Directed Lattice Paths With Additional Vertical Steps</a>, arXiv preprint arXiv:1410.5747 [math.CO], 2014. %F A260776 See Dziemianczuk (2014) Equation (36b) with N=3. %F A260776 From _Peter Bala_, Mar 30 2020: (Start) %F A260776 a(n) = (1/n)*C(5*n,2*n-1) for n >= 1. %F A260776 a(n) = 2*Sum_{k = 0..n} C(3*n+k,n+3*k)*C(n+3*k,k)/(n+2*k+1). Cf. A027307(n) = Sum_{k = 0..n} C(2*n+k,n+2*k)*C(n+2*k,k)/(n+k+1) for n >= 1. (End) %K A260776 nonn,easy %O A260776 0,2 %A A260776 _N. J. A. Sloane_, Jul 30 2015 %E A260776 More terms from _Lars Blomberg_, Aug 01 2015