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!)
A111572 a(n) = a(n-1) + a(n-3) + a(n-4), n >= 4. 5

%I #23 Mar 06 2024 15:45:08

%S -1,3,2,1,3,8,11,15,26,45,71,112,183,299,482,777,1259,2040,3299,5335,

%T 8634,13973,22607,36576,59183,95763,154946,250705,405651,656360,

%U 1062011,1718367,2780378,4498749,7279127,11777872,19056999,30834875,49891874,80726745

%N a(n) = a(n-1) + a(n-3) + a(n-4), n >= 4.

%C See comment and FAMP code for A111569.

%C Floretion Algebra Multiplication Program, FAMP Code: 4ibaseseq[B+H] with B = - .25'i + .25'j - .25i' + .25j' + k' - .5'kk' - .25'ik' - .25'jk' - .25'ki' - .25'kj' - .5e and H = + .75'ii' + .75'jj' + .75'kk' + .75e

%C From _Greg Dresden_ and Jiaqi Wang, Jun 24 2023: (Start)

%C For n >= 5, a(n) is also the number of ways to tile this "central staircase" figure of length n-2 with squares and dominoes. This is the picture for length 9; there are a(11)=112 ways to tile it:

%C _

%C _________|_|_____

%C |_|_|_|_|_|_|_|_|_|

%C |_| (End)

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

%F G.f.: (1-4*x+x^2)/((1+x^2)*(x^2+x-1))

%F From _Greg Dresden_ and Jiaqi Wang, Jun 24 2023: (Start)

%F a(2*n) = F(n+1)*L(n-1) + F(n)*F(n-1),

%F a(2*n+1) = F(n+1)*(F(n+1) + 2*F(n-1)), for F(n) and L(n) the Fibonacci and Lucas numbers.

%F (End)

%Y Cf. A001638, A111569, A111570, A111571, A111573, A111574, A111575, A111576.

%Y Cf. A000032, A000045.

%K easy,sign

%O 0,2

%A _Creighton Dement_, Aug 10 2005

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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)