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

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

%S 1,9,83,750,6751,60759,546833,4921500,44293501,398641509,3587773583,

%T 32289962250,290609660251,2615486942259,23539382480333,

%U 211854442323000,1906689980907001

%N Base 9 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 (10,-10,10,-9).

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

%t nn=30;With[{digs=PadRight[{},nn,{1,0,2,3}]},Table[FromDigits[Take[ digs, n],9],{n,nn}]] (* _Harvey P. Dale_, Jun 19 2013 *)

%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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)