The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A260773 Certain directed lattice paths. 2
1, 1, 2, 7, 30, 142, 716, 3771, 20502, 114194, 648276, 3737270, 21819980, 128757020, 766680856, 4600866643, 27797553638, 168949310378, 1032267189636, 6336728149794, 39062959379620, 241720286906116, 1500910751651752, 9348824475860702, 58398701313158780 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
See Dziemianczuk (2014) for precise definition.
LINKS
M. Dziemianczuk, On Directed Lattice Paths With Additional Vertical Steps, arXiv preprint arXiv:1410.5747 [math.CO], 2014.
M. Dziemianczuk, On Directed Lattice Paths With Additional Vertical Steps, Discrete Mathematics, Volume 339, Issue 3, 6 March 2016, Pages 1116-1139.
FORMULA
G.f.: P2(x) = (1-x*P1(x))/(1-x-x*P1(x)), where P1(x) = 2*(1-x)/(3*x) - (2*sqrt(1-5*x-2*x^2)/(3*x))*sin(Pi/6 + arccos((20*x^3-6*x^2+15*x-2)/(2*(1-5*x-2*x^2)^(3/2)))/3). - See Dziemianczuk (2014), Proposition 11.
a(n) = A260771(n-1), n > 0 [see Proof of Proposition 11]. - R. J. Mathar, Aug 02 2015
a(n) = (1/n)*Sum_{j=0..floor((n-1)/4)} (-1)^j*C(n,j)*C(3*n-4*j-2,n-4*j-1), a(0)=1. - Vladimir Kruchinin, Apr 04 2019
PROG
(Maxima)
a(n):=if n=0 then 1 else sum((-1)^j*binomial(n, j)*binomial(3*n-4*j-2, n-4*j-1), j, 0, floor((n-1)/4))/n; /* Vladimir Kruchinin, Apr 04 2019 */
CROSSREFS
Sequence in context: A366089 A368936 A260771 * A368937 A174796 A046648
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 30 2015
EXTENSIONS
More terms from Lars Blomberg, Aug 01 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 6 22:00 EDT 2024. Contains 373134 sequences. (Running on oeis4.)