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!)
A037776 Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 3,1,0,2. 0

%I #9 Jul 17 2023 15:40:08

%S 3,25,200,1602,12819,102553,820424,6563394,52507155,420057241,

%T 3360457928,26883663426,215069307411,1720554459289,13764435674312,

%U 110115485394498,880923883155987,7047391065247897

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

%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (9,-9,9,-8).

%F G.f.: x*(3-2*x+2*x^2) / ( (x-1)*(8*x-1)*(x^2+1) ). - _R. J. Mathar_, May 02 2015

%t Table[FromDigits[PadRight[{},n,{3,1,0,2}],8],{n,20}] (* or *) LinearRecurrence[{9,-9,9,-8},{3,25,200,1602},20] (* _Harvey P. Dale_, Jul 17 2023 *)

%K nonn,base,easy

%O 1,1

%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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)