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.

A225030 Non-crossing, non-nesting, 4-colored set partitions.

Original entry on oeis.org

1, 5, 29, 193, 1441, 11765, 102701, 941857, 8955937, 87439877, 870218525, 8780788513, 89476873345, 918150779957, 9467752541933, 97965021468865, 1016097175530433, 10556565963815045, 109802406545873309, 1143006276663287809, 11904902286515536609
Offset: 0

Views

Author

Lily Yen, Apr 25 2013

Keywords

Examples

			For n=3, a(3)=193 is the number of non-crossing, non-nesting, 4-colored set partitions on 4 elements.
		

Programs

  • Mathematica
    LinearRecurrence[{25, -218, 782, -973, 1}, {1, 5, 29, 193, 1441}, 25] (* Paolo Xausa, Feb 06 2024 *)

Formula

G.f.: (1-20*x+122*x^2-224*x^3+x^4)/(1-25*x +218*x^2-782*x^3+973*x^4-x^5).