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.

A215627 Number of terms in 9th derivative of a function composed with itself n times.

Original entry on oeis.org

1, 30, 210, 867, 2690, 6956, 15833, 32775, 63024, 114235, 197241, 326976, 523575, 813671, 1231910, 1822706, 2642259, 3760860, 5265508, 7262865, 9882576, 13280982, 17645255, 23197985, 30202250, 38967201, 49854195, 63283510, 79741677, 99789465, 124070556
Offset: 1

Views

Author

Alois P. Heinz, Aug 18 2012

Keywords

Crossrefs

Row n=9 of A022818.

Programs

  • Maple
    a:= n-> n*(n+1)*(6000+(-30788+(29472+(13697+(1703+(75+n)*n)*n)*n)*n)*n)/40320:
    seq(a(n), n=1..40);

Formula

G.f.: (5*x^6-28*x^5+53*x^4-27*x^3-24*x^2+21*x+1)*x/(1-x)^9.
a(n) = n*(n+1)*(n^6+75*n^5+1703*n^4+13697*n^3+29472*n^2-30788*n+6000)/40320.