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.

A328604 G.f.: (1 + 7*x) / (1 - 2*x - 9*x^2).

Original entry on oeis.org

1, 9, 27, 135, 513, 2241, 9099, 38367, 158625, 662553, 2752731, 11468439, 47711457, 198638865, 826680843, 3441111471, 14322350529, 59614704297, 248130563355, 1032793465383, 4298762000961, 17892665190369, 74474188389387, 309982363492095, 1290232422488673, 5370306116406201
Offset: 0

Views

Author

Kyle MacLean Smith, Oct 20 2019

Keywords

Programs

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

Formula

a(n) = 2*a(n-1) + 9*a(n-2) for n>1. - Colin Barker, Oct 21 2019
a(n)/a(n-1) ~ 1 + sqrt(10).

Extensions

Edited by N. J. A. Sloane, Dec 05 2019