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.

A329517 Expansion of (2*x^6 - 3*x^4 - 3*x^3 - 3*x^2 - 2*x - 1)/(x - 1).

Original entry on oeis.org

1, 3, 6, 9, 12, 12, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10
Offset: 0

Views

Author

N. J. A. Sloane, Nov 25 2019

Keywords

Crossrefs

Row n=2 in array in A329515.

Programs

  • Mathematica
    CoefficientList[Series[(2x^6-3x^4-3x^3-3x^2-2x-1)/(x-1),{x,0,100}],x] (* or *) PadRight[ {1,3,6,9,12,12},100,{10}] (* Harvey P. Dale, Mar 07 2024 *)

Formula

G.f.: (2*x^6 - 3*x^4 - 3*x^3 - 3*x^2 - 2*x - 1)/(x - 1).
a(n) = 10 for n >= 6.