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.

A261004 Expansion of (-3-164*x-x^2)/(1-99*x+99*x^2-x^3).

Original entry on oeis.org

-3, -461, -45343, -4443321, -435400283, -42664784581, -4180713488823, -409667257120241, -40143210484294963, -3933624960203786301, -385455102889486762703, -37770666458209498958761, -3701139857801641411196043, -362673935398102648798253621, -35538344529156257940817658983
Offset: 0

Views

Author

N. J. A. Sloane, Aug 12 2015

Keywords

Comments

Mc Laughlin (2010) gives an identity relating ten sequences, denoted a_k, b_k, ..., f_k, p_k, q_k, r_k, s_k. This is the sequence a_k.

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{99,-99,1},{-3,-461,-45343},30] (* Harvey P. Dale, Dec 02 2017 *)
  • PARI
    Vec((-3-164*x-x^2)/(1-99*x+99*x^2-x^3) + O(x^20)) \\ Michel Marcus, Feb 29 2016