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.

Showing 1-1 of 1 results.

A035097 Related to 9-factorial numbers A045756.

Original entry on oeis.org

1, 45, 2565, 161595, 10762227, 742593663, 52511980455, 3780862592760, 276002969271480, 20369019132235224, 1516566060845513496, 113742454563413512200, 8583180609746819651400, 651095557682223033556200, 49613481495385395156982440, 3795431334396982729509156660
Offset: 1

Views

Author

Keywords

Comments

Convolution of A035024(n-1) with A025754(n), n >= 1.

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[(1/(1-81 x)^(1/9)-1)/(9 x),{x,0,20}],x] (* Harvey P. Dale, May 14 2011 *)

Formula

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