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

%I #11 Oct 13 2022 12:26:37

%S 3,25,202,1616,12931,103449,827594,6620752,52966019,423728153,

%T 3389825226,27118601808,216948814467,1735590515737,13884724125898,

%U 111077793007184,888622344057475,7108978752459801

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

%H Harvey P. Dale, <a href="/A037783/b037783.txt">Table of n, a(n) for n = 1..1000</a>

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

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

%t Table[FromDigits[PadRight[{},n,{3,1,2,0}],8],{n,20}] (* _Harvey P. Dale_, Oct 13 2022 *)

%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 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)