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.

A130886 4n^4 + 3n^3 + 2n^2 + n + 1.

Original entry on oeis.org

1, 11, 99, 427, 1253, 2931, 5911, 10739, 18057, 28603, 43211, 62811, 88429, 121187, 162303, 213091, 274961, 349419, 438067, 542603, 664821, 806611, 969959, 1156947, 1369753, 1610651, 1882011, 2186299, 2526077, 2904003
Offset: 0

Views

Author

Mohammad K. Azarian, Jul 26 2007

Keywords

Crossrefs

Programs

  • Magma
    [4*n^4+3*n^3+2*n^2+n+1: n in [0..40]]; // Vincenzo Librandi, Feb 12 2013
  • Mathematica
    CoefficientList[Series[(1 + 6 x + 54 x^2 + 32 x^3 + 3 x^4)/(1 - x)^5, {x, 0, 35}], x] (* Vincenzo Librandi, Feb 12 2013 *)

Formula

G.f.: (1 + 6*x + 54*x^2 + 32*x^3 + 3*x^4)/(1 - x)^5. - Vincenzo Librandi, Feb 12 2013