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.

A004356 Binomial coefficient C(6n,n-1).

Original entry on oeis.org

1, 12, 153, 2024, 27405, 376992, 5245786, 73629072, 1040465790, 14783142660, 210980549208, 3022285436352, 43430966148115, 625806790696080, 9038619861406740, 130815226545884704, 1896724514424115530
Offset: 1

Views

Author

Keywords

References

  • M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 828.

Crossrefs

Programs

  • Mathematica
    Table[Binomial[6n,n-1],{n,20}] (* Harvey P. Dale, Mar 04 2017 *)

Formula

D-finite with recurrence 5*(n-1)*(5*n+1)*(5*n-3)*(5*n-2)*(5*n-1)*a(n) -72*(6*n-5)*(6*n-1)*(3*n-1)*(2*n-1)*(3*n-2)*a(n-1)=0. - R. J. Mathar, Mar 19 2025