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.

A303616 a(n) = [x^n] (1/15! * Sum_{k=0..n} (k+15)!*x^k)^(1/8).

Original entry on oeis.org

1, 2, 20, 276, 4544, 84496, 1723960, 37906608, 887437120, 21930970336, 568496401152, 15384167213056, 433012038646112, 12640210696664768, 381804410640552576, 11911194405763099520, 383211218811649633792, 12698182733530048241152
Offset: 0

Views

Author

Seiichi Manyama, Apr 27 2018

Keywords

Crossrefs

Programs

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