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.

A014608 a(n) = (4n)!/(24^n).

Original entry on oeis.org

1, 1, 70, 34650, 63063000, 305540235000, 3246670537110000, 66475579247327250000, 2390461829733887910000000, 140810154080474667338550000000, 12868639981414579848070084500000000, 1746930746117010628955362040959500000000
Offset: 0

Views

Author

BjornE (mdeans(AT)algonet.se)

Keywords

Comments

a(n) is also the constant term in product 1 <= i,j <= n, i different from j (1 - x_i/x_j)^4. - Sharon Sela (sharonsela(AT)hotmail.com), Feb 16 2002

References

  • George E. Andrews, Richard Askey and Ranjan Roy, Special Functions, Cambridge University Press, 1998.

Crossrefs

Programs

  • Mathematica
    Table[(4n)!/24^n,{n,0,10}] (* Harvey P. Dale, Oct 15 2015 *)
  • PARI
    a(n)=(4*n)!/24^n;

Formula

From Amiram Eldar, Jan 26 2022: (Start)
Sum_{n>=0} 1/a(n) = (cos(2^(3/4)*3^(1/4)) + cosh(2^(3/4)*3^(1/4)))/2.
Sum_{n>=0} (-1)^n/a(n) = cos(6^(1/4))*cosh(6^(1/4)). (End)