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.

A016111 Expansion of 1/((1-11x)(1-12x)(1-13x)(1-14x)(1-15x)).

Original entry on oeis.org

1, 65, 2540, 77350, 2022951, 47708115, 1043778730, 21572322200, 426384404501, 8130687730165, 150551375530920, 2720251171051050, 48146139744079651, 837259855674756215, 14340645378939543110
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    CoefficientList[Series[1 / ((1 - 11 x) (1 - 12 x) (1 - 13 x) (1 - 14 x) (1 - 15 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jun 24 2013 *)
  • PARI
    Vec(1/((1-11*x)*(1-12*x)*(1-13*x)*(1-14*x)*(1-15*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2015

Extensions

Offset changed from 1 to 0. Typo in name fixed by Vincenzo Librandi, Jun 24 2013