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.

A225031 Non-crossing, non-nesting, 5-colored set partitions.

Original entry on oeis.org

1, 6, 41, 321, 2846, 27961, 297681, 3371646, 40065361, 494281201, 6279901766, 81649478161, 1080910639201, 14511820543126, 196956264035481, 2695543342918241, 37127978351861646, 513895401953712521, 7139331902125917361, 99462520534916445006, 1388616983941077336321
Offset: 0

Views

Author

Lily Yen, Apr 25 2013

Keywords

Examples

			For n=2, a(2)=41 is the number of non-crossing, non-nesting set partitions on 3 elements with 5 possible arc colors.
		

Programs

  • Mathematica
    LinearRecurrence[{41, -638, 4701, -16398, 21721, -1}, {1, 6, 41, 321, 2846, 27961}, 21] (* Jean-François Alcover, Jul 22 2018 *)
  • PARI
    Vec((1 -35*x +433*x^2 -2233*x^3 +4035*x^4 -x^5) / (1 -41*x +638*x^2 -4701*x^3 +16398*x^4 -21721*x^5 +x^6) + O(x^66)) \\ Joerg Arndt, Apr 27 2013

Formula

G.f.: (1 -35*x +433*x^2 -2233*x^3 +4035*x^4 -x^5) / (1 -41*x +638*x^2 -4701*x^3 +16398*x^4 -21721*x^5 +x^6).