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.

A168569 a(n) = 9*(3^n - 1)/2.

Original entry on oeis.org

0, 9, 36, 117, 360, 1089, 3276, 9837, 29520, 88569, 265716, 797157, 2391480, 7174449, 21523356, 64570077, 193710240, 581130729, 1743392196, 5230176597, 15690529800, 47071589409, 141214768236, 423644304717, 1270932914160
Offset: 0

Views

Author

Vincenzo Librandi, Nov 30 2009

Keywords

Crossrefs

Cf. A003462.

Programs

Formula

From R. J. Mathar, Jan 04 2011: (Start)
a(n) = 9*A003462(n).
G.f.: 9*x / ( (3*x-1)*(x-1) ). (End)
a(n) = 4*a(n-1)-3*a(n-2). - Robert Israel, Sep 24 2014
E.g.f.: (9/2)*(exp(3*x) - exp(x)). - G. C. Greubel, Jul 26 2016