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.

A294258 Expansion of e.g.f.: exp((1-x)*(1-x^2)*(1-x^3)*(1-x^4)*(1-x^5) - 1).

Original entry on oeis.org

1, -1, -1, 5, 1, 79, 31, -2059, -68095, 129599, 5586751, 36420229, -159700991, -6256012465, -94786800289, -3320395014091, 74018996229121, 1093450523140351, -4548151329265025, -222875601233847931, -7118941159301980159, -60758029090422335281
Offset: 0

Views

Author

Seiichi Manyama, Oct 26 2017

Keywords

Crossrefs

Column k=5 of A294254.

Programs

  • Mathematica
    With[{nn=30},CoefficientList[Series[Exp[Times@@(1-x^Range[5])-1],{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, Oct 29 2020 *)
  • PARI
    N=66; x='x+O('x^N); Vec(serlaplace(exp((1-x)*(1-x^2)*(1-x^3)*(1-x^4)*(1-x^5)-1)))

Extensions

Definition clarified by Harvey P. Dale, Oct 29 2020