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.

Showing 1-1 of 1 results.

A328606 Expansion of (1 + 9*x) / (1 - 2*x - 11*x^2).

Original entry on oeis.org

1, 11, 33, 187, 737, 3531, 15169, 69179, 305217, 1371403, 6100193, 27285819, 121673761, 543491531, 2425394433, 10829195707, 48337730177, 215796613131, 963308258209, 4300379260859, 19197149362017, 85698470593483, 382565584169153, 1707814344866619, 7623850115593921, 34033658024720651
Offset: 0

Views

Author

Kyle MacLean Smith, Oct 20 2019

Keywords

Crossrefs

Programs

  • PARI
    Vec((1 + 9*x) / (1 - 2*x - 11*x^2) + O(x^30)) \\ Colin Barker, Dec 13 2019

Formula

a(n) = 2*a(n-1) + 11*a(n-2) for n>1. - Colin Barker, Oct 21 2019
a(n)/a(n-1) ~ 1 + 2*sqrt(3).
Showing 1-1 of 1 results.