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.

A113667 Self-convolution 7th power of A113673, where a(n) = A113673(n+1)/(n+1).

Original entry on oeis.org

1, 7, 119, 3122, 108031, 4575543, 227428166, 12920344256, 823981508700, 58224680389435, 4513525625433076, 380801193456921958, 34738963053424196609, 3407790141561016562022, 357764735284328750251272
Offset: 0

Views

Author

Paul D. Hanna, Nov 04 2005

Keywords

Crossrefs

Programs

  • PARI
    {a(n)=local(A=1+x*O(x^n));for(i=1,n, A=(1+x*deriv(x*A))^7);polcoeff(A,n,x)}

Formula

G.f. satisfies: A(x) = (1 + x*d/dx[x*A(x)] )^7.
a(n) ~ c * 7^n * n! * n^(6/7), where c = 0.6609663441165155995412... - Vaclav Kotesovec, Oct 23 2020