Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #6 Oct 14 2015 15:55:03
%S 2,17,136,1091,8730,69841,558728,4469827,35758618,286068945,
%T 2288551560,18308412483,146467299866,1171738398929,9373907191432,
%U 74991257531459,599930060251674,4799440482013393
%N Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 2,1,0,3.
%H <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (8,0,0,1,-8).
%F G.f.: ( x*(2+x+3*x^3) ) / ( (x-1)*(8*x-1)*(1+x)*(1+x^2) ). - _R. J. Mathar_, Oct 14 2015
%K nonn,base
%O 1,1
%A _Clark Kimberling_