login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A037688 Base-4 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,0,3. 0

%I #9 Mar 06 2024 16:45:59

%S 1,6,24,99,397,1590,6360,25443,101773,407094,1628376,6513507,26054029,

%T 104216118,416864472,1667457891,6669831565,26679326262,106717305048,

%U 426869220195,1707476880781,6829907523126,27319630092504

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

%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*(1+2*x+3*x^3) ) / ( (x-1)*(4*x-1)*(1+x)*(x^2+1) ). - _R. J. Mathar_, Oct 11 2015

%t Table[FromDigits[PadRight[{},n,{1,2,0,3}],4],{n,30}] (* _Harvey P. Dale_, Mar 06 2024 *)

%K nonn,base,easy

%O 1,2

%A _Clark Kimberling_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)