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.

A133201 a(n) = A133195(n)/3.

Original entry on oeis.org

0, 1, 2, 3, 13, 23, 33, 133, 233, 333, 1333, 2333, 3333, 13333, 23333, 33333, 133333, 233333, 333333, 1333333, 2333333, 3333333, 13333333, 23333333, 33333333, 133333333, 233333333, 333333333, 1333333333, 2333333333, 3333333333, 13333333333, 23333333333
Offset: 0

Views

Author

Paul Curtz, Oct 10 2007

Keywords

Comments

The base 10 interpretation of the base 4 digits of A180516. - Jason Kimberley, Nov 02 2011

Crossrefs

Cf. A133195.

Programs

  • Mathematica
    LinearRecurrence[{1,0,10,-10},{0,1,2,3},40] (* Harvey P. Dale, Apr 01 2018 *)

Formula

a(n) = a(n-1)+10*a(n-3)-10*a(n-4). G.f.: x*(x^2+x+1) / ((x-1)*(10*x^3-1)). - Colin Barker, Feb 01 2013
Showing 1-1 of 1 results.