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

%I #11 Dec 24 2018 15:20:51

%S 1,8,67,537,4296,34371,274969,2199752,17598019,140784153,1126273224,

%T 9010185795,72081486361,576651890888,4613215127107,36905721016857,

%U 295245768134856,2361966145078851

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

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

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

%e In base 8 the sequence reads 1, 10, 103, 1031, 10310, 103103,...

%t Table[FromDigits[PadRight[{},n,{1,0,3}],8],{n,20}] (* _Harvey P. Dale_, Dec 24 2018 *)

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