A133201 a(n) = A133195(n)/3.
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
Links
- Index entries for linear recurrences with constant coefficients, signature (1,0,10,-10).
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
Comments