cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

A111573 a(n) = a(n-1) + a(n-3) + a(n-4), n >= 4, with initial terms 0,1,3,3.

Original entry on oeis.org

0, 1, 3, 3, 4, 8, 14, 21, 33, 55, 90, 144, 232, 377, 611, 987, 1596, 2584, 4182, 6765, 10945, 17711, 28658, 46368, 75024, 121393, 196419, 317811, 514228, 832040, 1346270, 2178309, 3524577, 5702887, 9227466, 14930352, 24157816, 39088169
Offset: 0

Views

Author

Creighton Dement, Aug 10 2005

Keywords

Comments

See comment and FAMP code for A111569.

Crossrefs

Programs

  • Mathematica
    Table[Fibonacci[n + 1] - Cos[n*Pi/2], {n, 0, 40}] (* Greg Dresden, Oct 16 2021 *)

Formula

G.f.: -x*(1+2*x)/((x^2+x-1)*(x^2+1)).
a(n) = A056594(n+3) + A000045(n+1). - R. J. Mathar, Nov 10 2009
From Greg Dresden, Jan 15 2024: (Start)
a(2*n) = Fibonacci(n)*Lucas(n+1);
a(2*n+1) = Fibonacci(2*n+1). (End)

Extensions

Name clarified by Robert C. Lyons, Feb 06 2025

A111572 a(n) = a(n-1) + a(n-3) + a(n-4), n >= 4, with initial terms -1,3,2,1.

Original entry on oeis.org

-1, 3, 2, 1, 3, 8, 11, 15, 26, 45, 71, 112, 183, 299, 482, 777, 1259, 2040, 3299, 5335, 8634, 13973, 22607, 36576, 59183, 95763, 154946, 250705, 405651, 656360, 1062011, 1718367, 2780378, 4498749, 7279127, 11777872, 19056999, 30834875, 49891874, 80726745
Offset: 0

Views

Author

Creighton Dement, Aug 10 2005

Keywords

Comments

See comment and FAMP code for A111569.
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
From Greg Dresden and Jiaqi Wang, Jun 24 2023: (Start)
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:
_
|||_|||_|||_|
|_| (End)

Crossrefs

Formula

G.f.: (1-4*x+x^2)/((1+x^2)*(x^2+x-1))
From Greg Dresden and Jiaqi Wang, Jun 24 2023: (Start)
a(2*n) = F(n+1)*L(n-1) + F(n)*F(n-1),
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.
(End)

Extensions

Name clarified by Robert C. Lyons, Feb 06 2025

A111574 a(n) = a(n-1) + a(n-3) + a(n-4), n >= 4, with initial terms 1,-1,2,3.

Original entry on oeis.org

1, -1, 2, 3, 3, 4, 9, 15, 22, 35, 59, 96, 153, 247, 402, 651, 1051, 1700, 2753, 4455, 7206, 11659, 18867, 30528, 49393, 79919, 129314, 209235, 338547, 547780, 886329, 1434111, 2320438, 3754547, 6074987, 9829536, 15904521, 25734055, 41638578, 67372635
Offset: 0

Views

Author

Creighton Dement, Aug 10 2005

Keywords

Comments

See comment and FAMP code for A111569.
Floretion Algebra Multiplication Program, FAMP Code: -4baseiseq[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

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{1,0,1,1},{1,-1,2,3},40] (* Harvey P. Dale, Jan 24 2017 *)

Formula

G.f.: (-1+2*x-3*x^2)/((x^2+x-1)*(x^2+1)).

Extensions

Name clarified by Robert C. Lyons, Feb 06 2025
Showing 1-3 of 3 results.