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.

A024488 a(n) = (1/(3n-1))*M(3n; n,n,n), where M(...) is a multinomial coefficient.

Original entry on oeis.org

3, 18, 210, 3150, 54054, 1009008, 19953648, 411543990, 8764362750, 191413682460, 4266468608220, 96706621786320, 2223107844022800, 51721284534408000, 1215794995122150720, 28837137540553512390
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    Table[Multinomial[n,n,n]/(3*n-1),{n,1,20}] (* Vaclav Kotesovec, Feb 19 2015 *)

Formula

a(n) ~ 3^(3*n-1/2) / (2*Pi*n^2). - Vaclav Kotesovec, Feb 19 2015
a(n) = A006480(n)/(3*n-1) = 3*A024489(n). - R. J. Mathar, Apr 27 2020
D-finite with recurrence: n^2*a(n) -3*(3*n-2)*(3*n-4)*a(n-1)=0. - R. J. Mathar, Apr 27 2020

Extensions

More terms from James Sellers, Aug 08 2000