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.

A080424 a(n) = 3*a(n-1) + 18*a(n-2), a(0)=0, a(1)=1.

Original entry on oeis.org

0, 1, 3, 27, 135, 891, 5103, 31347, 185895, 1121931, 6711903, 40330467, 241805655, 1451365371, 8706597903, 52244370387, 313451873415, 1880754287211, 11284396583103, 67706766919107, 406239439253175, 2437440122303451, 14624630273467503, 87747813021864627, 526486783988008935
Offset: 0

Views

Author

Paul Barry, Feb 24 2003

Keywords

Comments

The ratio a(n+1)/a(n) converges to 6 as n approaches infinity. - Felix P. Muga II, Mar 10 2014

Crossrefs

Programs

Formula

G.f.: x/((1+3*x)*(1-6*x)).
a(n) = (6^n - (-3)^n)/9.
a(n+1) = 6*a(n) + (-3)^n. - Paul Curtz, Jun 07 2011
a(n) = 3^(n-1)*A001045(n). - R. J. Mathar, Mar 08 2021