The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A037714 Base 9 digits are, in order, the first n terms of the periodic sequence with initial period 1,3,2,0. 0

%I #10 Sep 05 2022 19:24:20

%S 1,12,110,990,8911,80202,721820,6496380,58467421,526206792,4735861130,

%T 42622750170,383604751531,3452442763782,31071984874040,

%U 279647863866360,2516830774797241,22651476973175172,203863292758576550,1834769634827188950

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

%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+2*x) ) / ( (x-1)*(9*x-1)*(x^2+1) ). - _R. J. Mathar_, Oct 14 2015

%F a(n) = 10*a(n-1) - 10*a(n-2) + 10*a(n-3) - 9*a(n-4). - _Wesley Ivan Hurt_, Sep 05 2022

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

%K nonn,base

%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 June 16 08:45 EDT 2024. Contains 373424 sequences. (Running on oeis4.)