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.

A296617 Expansion of 1/Sum_{k>=0} (k+1)^(k+1)*x^k.

Original entry on oeis.org

1, -4, -11, -104, -1388, -22980, -446524, -9882944, -244592124, -6684031040, -199824449532, -6488250797312, -227456440349948, -8565880619584896, -345018776767586572, -14805421633750610240, -674514253891722861612, -32522567276377571337728
Offset: 0

Views

Author

Seiichi Manyama, Dec 19 2017

Keywords

Crossrefs

Programs

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