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.

A269553 Expansion of (-5*x^2 + 138*x + 3)/(x^3 - 99*x^2 + 99*x - 1).

Original entry on oeis.org

-3, -435, -42763, -4190475, -410623923, -40236954115, -3942810879483, -386355229235355, -37858869654185443, -3709782870880938195, -363520862476677757803, -35621334739843539326635, -3490527283642190176252563, -342036052462194793733424675, -33516042614011447595699365723
Offset: 0

Views

Author

Michel Marcus, Feb 29 2016

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 p_k.

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{99, -99, 1}, {-3, -435, -42763}, 20] (* Paolo Xausa, Mar 04 2024 *)
  • PARI
    Vec((-5*x^2 + 138*x + 3)/(x^3 - 99*x^2 + 99*x - 1) + O(x^20))