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.

A303614 a(n) = [x^n] (1/5040 * Sum_{k=0..n} (k+7)!*x^k)^(1/4).

Original entry on oeis.org

1, 2, 12, 100, 1016, 11904, 155896, 2237264, 34713216, 576780384, 10190672448, 190437245568, 3748465227360, 77458688700864, 1675826429735808, 37874833476394368, 892480151181131520, 21889831041022132224, 557997984025699216128
Offset: 0

Views

Author

Seiichi Manyama, Apr 27 2018

Keywords

Crossrefs

Programs

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