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.

A133648 a(n) = 2*3^n + 3^(n-1) - (n+1).

Original entry on oeis.org

5, 18, 59, 184, 561, 1694, 5095, 15300, 45917, 137770, 413331, 1240016, 3720073, 11160246, 33480767, 100442332, 301327029, 903981122, 2711943403, 8135830248, 24407490785, 73222472398, 219667417239, 659002251764, 1977006755341
Offset: 1

Views

Author

Gary W. Adamson, Sep 19 2007

Keywords

Examples

			a(3) = 2*3^3 + 3^2 - 4 = 2*27 + 9 - 4.
		

Crossrefs

Cf. A000244, A108765, A133649 (inverse binomial transform).

Programs

Formula

O.g.f.: -x*(5-7*x+4*x^2)/((-1+x)^2*(-1+3*x)). - R. J. Mathar, Jan 07 2008
a(n) = A108765(n-1) + A108765(n). - Klaus Purath, Apr 13 2020