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.

A003047 a(n) = Catalan(n) * Product_{k = 0..n-1} a(k).

Original entry on oeis.org

1, 1, 2, 10, 280, 235200, 173859840000, 98238542885683200000000, 32169371027674057560745102540800000000000000000, 3518552669874927170883258602839130084576857453953842493259776000000000000000000000000000000000
Offset: 1

Views

Author

Keywords

References

  • D.-Z. Du and F. K. Hwang, Combinatorial Group Testing and Its Applications, World Scientific, 2nd ed., 2000; p. 36.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

See A028580 for another version. Cf. A000108, A003046.

Formula

a(n) = ((4*n-6)*a(n-1)^2)/n, for n > 1. - Christian Krause, Oct 13 2023