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

%I #18 Mar 16 2023 07:16:38

%S 1,10,81,650,5201,41610,332881,2663050,21304401,170435210,1363481681,

%T 10907853450,87262827601,698102620810,5584820966481,44678567731850,

%U 357428541854801,2859428334838410

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

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

%F a(n) = 8*a(n-1) + a(n-2) - 8*a(n-3).

%F G.f.: x*(1+2*x)/((1-8*x)*(1-x^2)). a(n) = (20*8^n+7*(-1)^n-27)/126. - _Bruno Berselli_, Jan 20 2011

%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 March 29 00:26 EDT 2024. Contains 371264 sequences. (Running on oeis4.)