A300386
The number of paths of length 7*n from the origin to the line y = 2*x/5 with unit East and North steps that stay below the line or touch it.
Original entry on oeis.org
1, 3, 76, 2803, 121637, 5782513, 291437249, 15297882929, 827402061954, 45790180469312, 2580588279994441, 147592910517101281, 8544927937132306600, 499811636639428519226, 29491983283370728013309, 1753398440591481772556798, 104933899400256659634374549, 6316334518803437568442071134
Offset: 0
For n=1, the possible walks are EEEEENN, EEEENEN, EEENEEN.
- M. T. L. Bizley, Derivation of a new formula for the number of minimal lattice paths from (0, 0) to (km, kn) having just t contacts with the line my = nx and having no points above this line; and a proof of Grossman's formula for the number of paths which may touch but do not rise above this line, Journal of the Institute of Actuaries, Vol. 80, No. 1 (1954): 55-62. [Cached copy]
- Bryan Ek, Lattice Walk Enumeration, arXiv:1803.10920 [math.CO], 2018.
- Bryan Ek, Unimodal Polynomials and Lattice Walk Enumeration with Experimental Mathematics, arXiv:1804.05933 [math.CO], 2018.
-
terms = 18; f[_] = 0;
Do[f[t_] = f[t]^21 t^3 + 2 f[t]^16 t^2 - f[t]^15 t^2 + 3 f[t]^14 t^2 + f[t]^11 t - f[t]^10 t + 2 f[t]^9 t - 2 f[t]^8 t + 3 f[t]^7 t + 1 + O[t]^terms, {terms}];
CoefficientList[f[t], t] (* Jean-François Alcover, Dec 04 2018 *)
nmax = 20; CoefficientList[Series[Exp[Sum[Binomial[7*k, 2*k]*x^k/(7*k), {k, 1, nmax}]], {x, 0, nmax}], x] (* Vaclav Kotesovec, Sep 16 2021 *)
A300389
The number of paths of length 13*n from the origin to the line y = 2*x/11 with unit East and North steps that stay below the line or touch it.
Original entry on oeis.org
1, 6, 593, 87143, 15149546, 2891511017, 585739005066, 123655688922720, 26908765569970320, 5993187329634638043, 1359541058523676017369, 313029501692713279534165, 72965556751635426636633639, 17184586991024424745328563477, 4083065013894860643162116395527
Offset: 0
For n=1, the possible walks are EEEEEEEEEEENN, EEEEEEEEEENEN, EEEEEEEEENEEN, EEEEEEEENEEEN, EEEEEEEENEEEEN, EEEEEEENEEEEN.
- Alois P. Heinz, Table of n, a(n) for n = 0..414
- M. T. L. Bizley, Derivation of a new formula for the number of minimal lattice paths from (0, 0) to (km, kn) having just t contacts with the line my = nx and having no points above this line; and a proof of Grossman's formula for the number of paths which may touch but do not rise above this line, Journal of the Institute of Actuaries, Vol. 80, No. 1 (1954): 55-62. [Cached copy]
- Bryan Ek, Lattice Walk Enumeration, arXiv:1803.10920 [math.CO], 2018.
- Bryan Ek, Unimodal Polynomials and Lattice Walk Enumeration with Experimental Mathematics, arXiv:1804.05933 [math.CO], 2018.
A300388
The number of paths of length 11*n from the origin to the line y = 2*x/9 with unit East and North steps that stay below the line or touch it.
Original entry on oeis.org
1, 5, 345, 35246, 4255288, 563796161, 79264265868, 11612106079203, 1753402118587333, 270965910076404428, 42648418241303137766, 6813002989827352100145, 1101807202785456951146158, 180034116076502209139781574, 29677341363243548521326632028, 4929368173228370040701922315332
Offset: 0
For n=1, the walks are EEEEEEEEENN, EEEEEEEENEN, EEEEEEENEEN, EEEEEENEEEN, EEEEENEEEEN.
- M. T. L. Bizley, Derivation of a new formula for the number of minimal lattice paths from (0, 0) to (km, kn) having just t contacts with the line my = nx and having no points above this line; and a proof of Grossman's formula for the number of paths which may touch but do not rise above this line, Journal of the Institute of Actuaries, Vol. 80, No. 1 (1954): 55-62. [Cached copy]
- Bryan Ek, Lattice Walk Enumeration, arXiv:1803.10920 [math.CO], 2018.
- Bryan Ek, Unimodal Polynomials and Lattice Walk Enumeration with Experimental Mathematics, arXiv:1804.05933 [math.CO], 2018.
-
terms = 16; f[_] = 0;
Do[f[t_] = f[t]^55 t^5 + 4 f[t]^46 t^4 - f[t]^45 t^4 + 5 f[t]^44 t^4 + 6 f[t]^37 t^3 - 3 f[t]^36 t^3 + 12 f[t]^35 t^3 - 4 f[t]^34 t^3 + 10 f[t]^33 t^3 + 4 f[t]^28 t^2 - 3 f[t]^27 t^2 + 9 f[t]^26 t^2 - 6 f[t]^25 t^2 + 12 f[t]^24 t^2 - 6 f[t]^23 t^2 + 10 f[t]^22 t^2 + f[t]^19 t - f[t]^18 t + 2 f[t]^17 t - 2 f[t]^16 t + 3 f[t]^15 t - 3 f[t]^14 t + 4 f[t]^13 t - 4 f[t]^12 t + 5 f[t]^11 t + 1 + O[t]^terms, {terms}];
CoefficientList[f[t], t] (* Jean-François Alcover, Dec 04 2018 *)
nmax = 20; CoefficientList[Series[Exp[Sum[Binomial[11*k, 2*k]*x^k/(11*k), {k, 1, nmax}]], {x, 0, nmax}], x] (* Vaclav Kotesovec, Sep 16 2021 *)
A381758
Expansion of exp( Sum_{k>=1} binomial(9*k-1,2*k-1) * x^k/k ).
Original entry on oeis.org
1, 8, 372, 24732, 1925394, 163883548, 14773987638, 1386341339430, 133994232166575, 13248555929274096, 1333732204895318366, 136243562694021684648, 14087033746990654649067, 1471456489458490198994856, 155042502964505871862313879, 16459391575059417875255359878
Offset: 0
-
my(N=20, x='x+O('x^N)); Vec(exp(sum(k=1, N, binomial(9*k-1, 2*k-1)*x^k/k)))
A300390
The number of paths of length 7*n from the origin to the line y = 3*x/4 with unit east and north steps that stay below the line or touch it.
Original entry on oeis.org
1, 5, 227, 15090, 1182187, 101527596, 9247179818, 877362665128, 85783306955099, 8582893111512001, 874542924575207352, 90437361732467946334, 9467275300762187682554, 1001309098267187214993056, 106836493655355495755649544, 11485688815900189437990930096, 1242964338344397490958154292155
Offset: 0
For n=1, the possible walks are EEEENNN, EEENENN, EENEENN, EEENNEN, EENENEN.
- M. T. L. Bizley, Derivation of a new formula for the number of minimal lattice paths from (0, 0) to (km, kn) having just t contacts with the line my = nx and having no points above this line; and a proof of Grossman's formula for the number of paths which may touch but do not rise above this line, Journal of the Institute of Actuaries, Vol. 80, No. 1 (1954): 55-62. [Cached copy]
- Bryan Ek, Lattice Walk Enumeration, arXiv:1803.10920 [math.CO], 2018.
- Bryan Ek, Unimodal Polynomials and Lattice Walk Enumeration with Experimental Mathematics, arXiv:1804.05933 [math.CO], 2018.
-
m = 17; f = 0; Do[f = f^35*t^5 - f^31*t^4 + f^30*t^4 - f^29*t^4 + 5*f^28*t^4 - f^25*t^3 + f^24*t^3 + 3*f^23*t^3 - 4*f^22*t^3 + 10*f^21*t^3 + f^19*t^2 - f^18*t^2 + 5*f^17*t^2 + 3*f^16*t^2 - 6*f^15*t^2 + 10*f^14*t^2 + f^13*t - f^12*t + 3*f^10*t + f^9*t - 4*f^8*t + 5*f^7*t + 1 + O[t]^m, {m}]; CoefficientList[f, t] (* Jean-François Alcover, Feb 18 2019 *)
A300391
The number of paths of length 8*n from the origin to the line y = 3*x/5 with unit east and north steps that stay below the line or touch it.
Original entry on oeis.org
1, 7, 525, 58040, 7574994, 1084532963, 164734116407, 26070940600055, 4252443527211637, 709846349042619913, 120679177855928146859, 20822762876863605793639, 3637213213067542990001936, 641912742432770594132245835, 114287840570892852593437353124, 20502971288127330644273350110698
Offset: 0
For n=1, the possible walks are EEEEENNN, EEEENENN, EEEENNEN, EEENEENN, EEENENEN, EENEEENN, EENEENEN.
- M. T. L. Bizley, Derivation of a new formula for the number of minimal lattice paths from (0, 0) to (km, kn) having just t contacts with the line my = nx and having no points above this line; and a proof of Grossman's formula for the number of paths which may touch but do not rise above this line, Journal of the Institute of Actuaries, Vol. 80, No. 1 (1954): 55-62. [Cached copy]
- Bryan Ek, Lattice Walk Enumeration, arXiv:1803.10920 [math.CO], 2018.
- Bryan Ek, Unimodal Polynomials and Lattice Walk Enumeration with Experimental Mathematics, arXiv:1804.05933 [math.CO], 2018.
Showing 1-6 of 6 results.
Comments