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.

A016163 Expansion of 1/((1-5*x)*(1-9*x)).

Original entry on oeis.org

1, 14, 151, 1484, 13981, 128954, 1176211, 10664024, 96366841, 869254694, 7833057871, 70546348964, 635161281301, 5717672234834, 51465153629131, 463216900240304, 4169104690053361, 37522705149933374, 337708161046665991
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

a(n) = ((7+sqrt4)^n - (7-sqrt4)^n)/4. Offset 1. a(3)=151. - Al Hakanson (hawkuu(AT)gmail.com), Dec 31 2008
a(n) = 14*a(n-1) - 45*a(n-2). - Philippe Deléham, Jan 01 2009
a(0)=1, a(n) = 9*a(n-1) + 5^n. - Vincenzo Librandi, Feb 09 2011
From G. C. Greubel, Nov 09 2024: (Start)
a(n) = (9^(n+1) - 5^(n+1))/4.
E.g.f.: (1/4)*(9*exp(9*x) - 5*exp(5*x)). (End)