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-6 of 6 results.

A001453 Catalan numbers - 1.

Original entry on oeis.org

1, 4, 13, 41, 131, 428, 1429, 4861, 16795, 58785, 208011, 742899, 2674439, 9694844, 35357669, 129644789, 477638699, 1767263189, 6564120419, 24466267019, 91482563639, 343059613649, 1289904147323, 4861946401451, 18367353072151, 69533550916003, 263747951750359
Offset: 2

Views

Author

Keywords

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A000108, A001454. Column k=2 of A047874.
A141364 is essentially the same sequence.
All of A000108, A001453, A246604, A273526, A120304, A289615, A289616, A289652, A289653, A289654 are very similar sequences.

Programs

Formula

a(n) = A000108(n) - 1 = binomial(2*n,n)/(n+1) - 1.
D-finite with recurrence: (n+1)*a(n) +2*(-3*n+1)*a(n-1) +(9*n-13)*a(n-2) +2*(-2*n+5)*a(n-3)=0. - R. J. Mathar, Sep 04 2013
a(n) = Sum_{k=1..floor(n/2)} (C(n,k)-C(n,k-1))^2. - J. M. Bergot, Sep 17 2013
a(n) = Sum_{k=1..n-1} A000245(n-k-1). - John M. Campbell, Dec 28 2016
From Ilya Gutkovskiy, Dec 28 2016: (Start)
O.g.f.: (1 - sqrt(1 - 4*x))/(2*x) - 1/(1 - x).
E.g.f.: exp(x)*(exp(x)*(BesselI(0,2*x) - BesselI(1,2*x)) - 1). (End)
a(n)= 3*Sum_{k=1..n} binomial(2*k-2,k)/(k+1). - Gary Detlefs, Feb 14 2020

Extensions

More terms from James Sellers, Sep 08 2000

A246604 a(n) = Catalan(n) - n.

Original entry on oeis.org

1, 0, 0, 2, 10, 37, 126, 422, 1422, 4853, 16786, 58775, 208000, 742887, 2674426, 9694830, 35357654, 129644773, 477638682, 1767263171, 6564120400, 24466266999, 91482563618, 343059613627, 1289904147300, 4861946401427, 18367353072126, 69533550915977, 263747951750332, 1002242216651339
Offset: 0

Views

Author

Vincenzo Librandi, Aug 31 2014

Keywords

Crossrefs

All of A000108, A001453, A246604, A273526, A120304, A289615, A289616, A289652, A289653, A289654 are very similar sequences.

Programs

  • Magma
    [Catalan(n)-n: n in [0..30]];
  • Mathematica
    Table[(CatalanNumber[n] - n), {n, 0, 20}]

A289616 A246604 (Catalan(n)-n) with initial terms 1,0,0,2,10 changed to 1,1,1,2,11.

Original entry on oeis.org

1, 1, 1, 2, 11, 37, 126, 422, 1422, 4853, 16786, 58775, 208000, 742887, 2674426, 9694830, 35357654, 129644773, 477638682, 1767263171, 6564120400, 24466266999, 91482563618, 343059613627, 1289904147300, 4861946401427, 18367353072126, 69533550915977, 263747951750332, 1002242216651339
Offset: 1

Views

Author

N. J. A. Sloane, Jul 09 2017

Keywords

Comments

Related to number of mesh patterns of length 2 that avoid the pattern 321.

Crossrefs

A variant of A246604.
All of A000108, A001453, A246604, A273526, A120304, A289615, A289616, A289652, A289653, A289654 are very similar sequences.

Programs

  • Mathematica
    Join[{1,1,1,2,11},Array[CatalanNumber[#]-#&,30,5]] (* Paolo Xausa, Dec 08 2023 *)

A289652 Catalan numbers - 2 (A120304) with first three terms changed to 1,1,1.

Original entry on oeis.org

1, 1, 1, 3, 12, 40, 130, 427, 1428, 4860, 16794, 58784, 208010, 742898, 2674438, 9694843, 35357668, 129644788, 477638698, 1767263188, 6564120418, 24466267018, 91482563638, 343059613648, 1289904147322, 4861946401450, 18367353072150, 69533550916002, 263747951750358
Offset: 1

Views

Author

N. J. A. Sloane, Jul 09 2017

Keywords

Comments

Related to number of mesh patterns of length 2 that avoid the pattern 321.

Crossrefs

A variant of A120304.
All of A000108, A001453, A246604, A273526, A120304, A289615, A289616, A289652, A289653, A289654 are very similar sequences.

Programs

  • Mathematica
    Join[{1,1,1},CatalanNumber[Range[3,30]]-2] (* Paolo Xausa, Dec 08 2023 *)

A289653 Catalan numbers - 2 (A120304) with first four terms changed to 1,1,1,4.

Original entry on oeis.org

1, 1, 1, 4, 12, 40, 130, 427, 1428, 4860, 16794, 58784, 208010, 742898, 2674438, 9694843, 35357668, 129644788, 477638698, 1767263188, 6564120418, 24466267018, 91482563638, 343059613648, 1289904147322, 4861946401450, 18367353072150, 69533550916002, 263747951750358
Offset: 1

Views

Author

N. J. A. Sloane, Jul 09 2017

Keywords

Comments

Related to number of mesh patterns of length 2 that avoid the pattern 321.

Crossrefs

A variant of A120304.All of A000108, A001453, A246604, A273526, A120304, A289615, A289616, A289652, A289653, A289654 are very similar sequences.

Programs

  • Mathematica
    Join[{1,1,1,4},CatalanNumber[Range[4,30]]-2] (* Paolo Xausa, Dec 08 2023 *)

A289654 Related to number of mesh patterns of length 2 that avoid the pattern 321.

Original entry on oeis.org

1, 1, 1, 3, 13, 40, 130, 427, 1428, 4860, 16794
Offset: 1

Views

Author

N. J. A. Sloane, Jul 09 2017

Keywords

Crossrefs

All of A000108, A001453, A246604, A273526, A120304, A289615, A289616, A289652, A289653, A289654 are very similar sequences.
Showing 1-6 of 6 results.