login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A133201
a(n) = A133195(n)/3.
1
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,3
COMMENTS
The base 10 interpretation of the base 4 digits of A180516. - Jason Kimberley, Nov 02 2011
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
MATHEMATICA
LinearRecurrence[{1, 0, 10, -10}, {0, 1, 2, 3}, 40] (* Harvey P. Dale, Apr 01 2018 *)
CROSSREFS
Cf. A133195.
Sequence in context: A296932 A288054 A181521 * A215302 A103150 A065723
KEYWORD
nonn,base,easy
AUTHOR
Paul Curtz, Oct 10 2007
STATUS
approved