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.

A034996 Related to octo-factorial numbers A045755.

Original entry on oeis.org

1, 36, 1632, 81600, 4308480, 235530240, 13189693440, 751812526080, 43438057062400, 2536782532444160, 149439552820346880, 8866746800673914880, 529276578255612149760, 31756594695336728985600, 1913864106972293533532160, 115788778471823758778695680, 7029059963701301121153761280
Offset: 1

Views

Author

Keywords

Comments

Convolution of A034977(n-1) with A025753(n), n >= 1.

Crossrefs

Programs

  • Mathematica
    Rest@ CoefficientList[Series[(-1 + (1 - 64*x)^(-1/8))/8, {x, 0, 14}], x] (* Michael De Vlieger, Oct 13 2019 *)

Formula

a(n) = 8^(n-1)*A045755(n)/n!, where A045755(n) = (8*n-7)!^8 = Product_{j=1..n} (8*j-7).
G.f.: (-1+(1-64*x)^(-1/8))/8.
D-finite with recurrence: n*a(n) + 8*(-8*n+7)*a(n-1) = 0. - R. J. Mathar, Jan 28 2020
a(n) ~ 8^(2*n-1) * n^(-7/8) / Gamma(1/8). - Amiram Eldar, Aug 18 2025