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.

A303613 a(n) = [x^n] (1/6 * Sum_{k=0..n} (k+3)!*x^k)^(1/2).

Original entry on oeis.org

1, 2, 8, 44, 300, 2408, 22056, 225824, 2547352, 31322640, 416442016, 5948450912, 90815006528, 1475513165184, 25419300628160, 462839142264960, 8882065110092000, 179190173518717120, 3791700201187720960, 83977684252758211200, 1942984028971973710720
Offset: 0

Views

Author

Seiichi Manyama, Apr 27 2018

Keywords

Crossrefs

Programs

  • PARI
    N=66; x='x+O('x^N); Vec((1/3!*sum(k=0, N, (k+3)!*x^k))^(1/2))