login
Base 4 digits are, in order, the first n terms of the periodic sequence with initial period 2,0,3,1.
0

%I #6 Oct 14 2015 14:55:54

%S 2,8,35,141,566,2264,9059,36237,144950,579800,2319203,9276813,

%T 37107254,148429016,593716067,2374864269,9499457078,37997828312,

%U 151991313251,607965253005,2431861012022,9727444048088,38909776192355

%N Base 4 digits are, in order, the first n terms of the periodic sequence with initial period 2,0,3,1.

%H <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (4,0,0,1,-4).

%F G.f.: ( x*(2+3*x^2+x^3) ) / ( (x-1)*(4*x-1)*(1+x)*(x^2+1) ). - _R. J. Mathar_, Oct 14 2015

%K nonn,base

%O 1,1

%A _Clark Kimberling_