%I #10 Jun 13 2015 00:49:16
%S 1,8,50,301,1808,10850,65101,390608,2343650,14061901,84371408,
%T 506228450,3037370701,18224224208,109345345250,656072071501,
%U 3936432429008,23618594574050,141711567444301,850269404665808,5101616427994850
%N Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,2.
%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (6,0,1,-6)
%F G.f.: x*(1+2*x+2*x^2) / ( (x-1)*(6*x-1)*(1+x+x^2) ). - _R. J. Mathar_, Apr 30 2015
%t nn=30;With[{c=PadRight[{},nn,{1,2,2}]},Table[FromDigits[Take[c,n],6],{n,nn}]] (* _Harvey P. Dale_, Apr 26 2012 *)
%K nonn,base,easy
%O 1,2
%A _Clark Kimberling_