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

%I #8 Sep 26 2018 18:06:30

%S 1,8,48,291,1747,10484,62904,377427,2264563,13587380,81524280,

%T 489145683,2934874099,17609244596,105655467576,633932805459,

%U 3803596832755,22821580996532,136929485979192,821576915875155,4929461495250931

%N Base 6 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 (6,0,0,1,-6).

%F G.f.: ( x*(1+2*x+3*x^3) ) / ( (x-1)*(6*x-1)*(1+x)*(x^2+1) ). - _R. J. Mathar_, Oct 11 2015

%t Table[FromDigits[PadRight[{},n,{1,2,0,3}],6],{n,30}] (* _Harvey P. Dale_, Sep 26 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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)