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.

A034255 Related to quartic factorial numbers A007696.

Original entry on oeis.org

1, 10, 120, 1560, 21216, 297024, 4243200, 61526400, 902387200, 13355330560, 199115837440, 2986737561600, 45030812467200, 681895160217600, 10364806435307520, 158063298138439680, 2417438677411430400, 37067393053641932800, 569667303771760230400, 8772876478085107548160
Offset: 1

Views

Author

Keywords

Crossrefs

First column of triangle A048882.

Programs

  • Mathematica
    Rest[CoefficientList[Series[(-1+(1-16x)^(-1/4))/4,{x,0,20}],x]] (* Harvey P. Dale, May 19 2011 *)

Formula

a(n) = 4^(n-1)*A007696(n)/n!, where A007696(n) = (4*n-3)(!^4) = Product_{j=1..n} (4*j-3), n >= 1.
G.f.: (-1+(1-16*x)^(-1/4))/4.
a(n) = A048882(n, 1).
Convolution of A034385(n-1) with A025749(n), n >= 1.
D-finite with recurrence: n*a(n) + 4*(-4*n+3)*a(n-1) = 0. - R. J. Mathar, Jan 28 2020
a(n) ~ 2^(4*n-2) * n^(-3/4) / Gamma(1/4). - Amiram Eldar, Aug 18 2025