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.
%I A133201 #17 Feb 09 2022 19:42:27 %S A133201 0,1,2,3,13,23,33,133,233,333,1333,2333,3333,13333,23333,33333,133333, %T A133201 233333,333333,1333333,2333333,3333333,13333333,23333333,33333333, %U A133201 133333333,233333333,333333333,1333333333,2333333333,3333333333,13333333333,23333333333 %N A133201 a(n) = A133195(n)/3. %C A133201 The base 10 interpretation of the base 4 digits of A180516. - _Jason Kimberley_, Nov 02 2011 %H A133201 <a href="/index/Rec">Index entries for linear recurrences with constant coefficients</a>, signature (1,0,10,-10). %F A133201 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 %t A133201 LinearRecurrence[{1,0,10,-10},{0,1,2,3},40] (* _Harvey P. Dale_, Apr 01 2018 *) %Y A133201 Cf. A133195. %K A133201 nonn,base,easy %O A133201 0,3 %A A133201 _Paul Curtz_, Oct 10 2007