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.

A077830 Expansion of 1/(1-3*x-2*x^2-3*x^3).

Original entry on oeis.org

1, 3, 11, 42, 157, 588, 2204, 8259, 30949, 115977, 434606, 1628619, 6103000, 22870056, 85702025, 321155187, 1203479779, 4509855786, 16899992477, 63330128340, 237319937332, 889320046107, 3332590398005, 12488371098225, 46798254229006, 175369276077483
Offset: 0

Views

Author

N. J. A. Sloane, Nov 17 2002

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[1/(1-3x-2x^2-3x^3),{x,0,40}],x] (* or *) LinearRecurrence[{3,2,3},{1,3,11},40] (* Harvey P. Dale, Nov 05 2021 *)