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.

A006587 a(n) = 3*2^(2*n)*(3*n)!/((2*n)!*n!).

Original entry on oeis.org

3, 36, 720, 16128, 380160, 9225216, 228114432, 5715394560, 144599482368, 3685869158400, 94513444945920, 2435255516528640, 62999001405849600, 1635260233414606848, 42568679092062781440, 1110895735754245275648
Offset: 0

Views

Author

Keywords

References

  • W. A. Whitworth, DCC Exercises in Choice and Chance, Stechert, NY, 1945, p. 35.

Crossrefs

Cf. A006588.

Programs

Formula

From G. C. Greubel, Aug 27 2025: (Start)
a(n) = 3 * A006588(n).
G.f.: 3*hypergeometric2F1([1/3, 2/3], [1/2], 27*x) = (3/(2*(1-27*x))*( cos(t) + cos(2*t) ), where t = (1/3)*arccos(1-54*x).
E.g.f.: 3*hypergeometric2F2([1/3, 2/3], [1/2, 1], 27*x). (End)