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

%I #10 Jun 13 2015 00:49:17

%S 1,8,66,531,4249,33992,271938,2175507,17404057,139232456,1113859650,

%T 8910877203,71287017625,570296141000,4562369128002,36498953024019,

%U 291991624192153,2335932993537224,18687463948297794,149499711586382355,1195997692691058841

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

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

%t Module[{nn=30,c},c=PadRight[{},nn,{1,0,2,3}];Table[FromDigits[Take[ c,i], 8],{i,nn}]] (* _Harvey P. Dale_, Apr 06 2014 *)

%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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)