cp's OEIS Frontend

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.

Showing 1-8 of 8 results.

A048116 a(n) = T(2n,n), where T is given by A048113.

Original entry on oeis.org

1, 2, 4, 12, 36, 120, 408, 1440, 5160, 18816, 69336, 258048, 967344, 3649536, 13839504, 52715952, 201556944, 773182608, 2974442112, 11471570352, 44341125312, 171732665520, 666302137056, 2589317125824, 10076939895984, 39268487472336, 153208051192848
Offset: 1

Views

Author

Keywords

Comments

Number of planar walks starting at (1,1), ending at (n,n), remaining in the first quadrant and using steps (-1,2) and (2,-1).

Crossrefs

Programs

  • Maple
    b:= proc(l) option remember; `if`(l=[1$2], 1, add((p->
          `if`(p[1]<0, 0, b(p)))(sort(l-x)), x=[[-1, 2], [2, -1]]))
        end:
    a:= n-> b([n$2]):
    seq(a(n), n=1..30);  # Alois P. Heinz, Oct 06 2016
  • Mathematica
    b[l_List] := b[l] = If[l == {1, 1}, 1, Sum[Function[p, If[p[[1]] < 0, 0, b[p]]][Sort[l - x]], {x, {{-1, 2}, {2, -1}}}]]; a[n_] := b[{n, n}]; Table[a[n], {n, 1, 30}] (* Jean-François Alcover, Dec 02 2016 after Alois P. Heinz *)

Formula

a(n) ~ c * 4^n / sqrt(n), where c = 0.03748220353529780423030694970938451772844604409392271... . - Vaclav Kotesovec, Oct 07 2016

Extensions

a(1)=1 prepended by Alois P. Heinz, Oct 06 2016

A048114 a(n) = Sum{T(n,i): i=0,1,...,n}, where T is given by A048113.

Original entry on oeis.org

0, 0, 1, 2, 2, 4, 8, 12, 24, 48, 84, 168, 336, 624, 1248, 2496, 4776, 9552, 19104, 37152, 74304, 148608, 291768, 583536, 1167072, 2304912, 4609824, 9219648, 18277776, 36555552, 73111104, 145309104, 290618208, 581236416, 1157215824, 2314431648, 4628863296
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A048113.

Formula

a(n) ~ c * 2^n, where c = 0.066435475996562940044218... . - Vaclav Kotesovec, Oct 07 2016

A048117 a(n)=(1/2)*T(2n,n), where T is given by A048113.

Original entry on oeis.org

1, 2, 6, 18, 60, 204, 720, 2580, 9408, 34668, 129024, 483672, 1824768, 6919752, 26357976, 100778472, 386591304, 1487221056, 5735785176, 22170562656, 85866332760, 333151068528, 1294658562912, 5038469947992, 19634243736168
Offset: 2

Views

Author

Keywords

A048115 (1/2)*Sum{T(n,i): i=0,1,...,n}, where T is given by A048113.

Original entry on oeis.org

1, 1, 2, 4, 6, 12, 24, 42, 84, 168, 312, 624, 1248, 2388, 4776, 9552, 18576, 37152, 74304, 145884, 291768, 583536, 1152456, 2304912, 4609824, 9138888, 18277776, 36555552, 72654552, 145309104, 290618208, 578607912
Offset: 3

Views

Author

Keywords

Crossrefs

Cf. A048113.

A048118 a(n)=T(2n+1,n+1), where T is given by A048113.

Original entry on oeis.org

0, 1, 2, 6, 18, 60, 204, 720, 2580, 9408, 34668, 129024, 483672, 1824768, 6919752, 26357976, 100778472, 386591304, 1487221056, 5735785176, 22170562656, 85866332760, 333151068528, 1294658562912, 5038469947992, 19634243736168
Offset: 0

Views

Author

Keywords

Comments

Apparently A048117 shifted once right. - R. J. Mathar, Jul 13 2025

A048119 a(n)=(1/2)*T(2n+1,n+1), where T is given by A048113.

Original entry on oeis.org

1, 3, 9, 30, 102, 360, 1290, 4704, 17334, 64512, 241836, 912384, 3459876, 13178988, 50389236, 193295652, 743610528, 2867892588, 11085281328, 42933166380, 166575534264, 647329281456, 2519234973996, 9817121868084
Offset: 2

Views

Author

Keywords

A048120 a(n)=T(2n,n+1), where T is given by A048113.

Original entry on oeis.org

0, 0, 2, 6, 24, 84, 312, 1140, 4248, 15852, 59688, 225624, 857424, 3270216, 12518472, 48062520, 185034360, 714038448, 2761343064, 10698992304, 41525207448, 161418403008, 628356425856, 2449152822168, 9557303840184
Offset: 1

Views

Author

Keywords

A048121 a(n) = (1/2)*T(2n,n+1), where T is given by A048113.

Original entry on oeis.org

0, 0, 1, 3, 12, 42, 156, 570, 2124, 7926, 29844, 112812, 428712, 1635108, 6259236, 24031260, 92517180, 357019224, 1380671532, 5349496152, 20762603724, 80709201504, 314178212928, 1224576411084, 4778651920092, 18667769062044
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A048113.
Showing 1-8 of 8 results.