login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The base 10 interpretation of the base 4 digits of A180516. - Jason Kimberley, Nov 02 2011
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 05:26 EDT 2024. Contains 371918 sequences. (Running on oeis4.)