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

%I #9 Jun 13 2015 00:49:16

%S 2,13,79,476,2857,17143,102860,617161,3702967,22217804,133306825,

%T 799840951,4799045708,28794274249,172765645495,1036593872972,

%U 6219563237833,37317379426999,223904276561996,1343425659371977

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

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

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

%t Module[{nn=20,c},c=PadRight[{},nn,{2,1,1}];Table[FromDigits[Take[c,n],6],{n,nn}]] (* _Harvey P. Dale_, Jul 23 2012 *)

%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 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)