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.

Showing 1-1 of 1 results.

A164559 a(n) = 6^n/3 - 1.

Original entry on oeis.org

1, 11, 71, 431, 2591, 15551, 93311, 559871, 3359231, 20155391, 120932351, 725594111, 4353564671, 26121388031, 156728328191, 940369969151, 5642219814911, 33853318889471, 203119913336831, 1218719480020991, 7312316880125951, 43873901280755711, 263243407684534271
Offset: 1

Views

Author

Klaus Brockhaus, Aug 16 2009

Keywords

Crossrefs

Cf. A000400 (powers of 6), A024062 (6^n-1), A164560.

Programs

  • Magma
    [ 6^n/3-1: n in [1..20] ];

Formula

a(n) = 6*a(n-1)+5 for n > 2; a(1) = 1, a(2) = 11.
G.f.: x*(1+4*x)/((1-x)*(1-6*x)).
Showing 1-1 of 1 results.