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.

Previous Showing 21-23 of 23 results.

A295735 a(n) = a(n-1) + 3*a(n-2) -2*a(n-3) - 2*a(n-4), where a(0) = 0, a(1) = -1, a(2) = 0, a(3) = 1.

Original entry on oeis.org

0, -1, 0, 1, 3, 8, 15, 31, 54, 101, 171, 304, 507, 875, 1446, 2449, 4023, 6728, 11007, 18247, 29766, 49037, 79827, 130912, 212787, 347795, 564678, 920665, 1493535, 2430584, 3940503, 6403855, 10377126, 16846517, 27289179, 44266768, 71687019, 116215931
Offset: 0

Views

Author

Clark Kimberling, Nov 30 2017

Keywords

Comments

a(n)/a(n-1) -> (1 + sqrt(5))/2 = golden ratio (A001622), so that a( ) has the growth rate of the Fibonacci numbers (A000045).

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{1, 3, -2, -2}, {0, -1, 0, 1}, 100]

Formula

a(n) = a(n-1) + a(n-3) + a(n-4), where a(0) = 0; a(1) = -1, a(2) = 0, a(3) = 1.
G.f.: -3/(-1 + x + x^2) + (3 + 4*x)/(-1 + 2*x^2).

A295736 a(n) = a(n-1) + 3*a(n-2) -2*a(n-3) - 2*a(n-4), where a(0) = 1, a(1) = -2, a(2) = -2, a(3) = 1.

Original entry on oeis.org

1, -2, -2, 1, -3, 8, 1, 29, 22, 91, 97, 268, 333, 761, 1030, 2111, 3013, 5764, 8521, 15565, 23574, 41699, 64249, 111068, 173269, 294577, 463750, 778807, 1234365, 2054132, 3272113, 5408165, 8647510, 14219515, 22801489, 37348684, 60019101, 98023145, 157780102
Offset: 0

Views

Author

Clark Kimberling, Nov 30 2017

Keywords

Comments

a(n)/a(n-1) -> (1 + sqrt(5))/2 = golden ratio (A001622), so that a( ) has the growth rate of the Fibonacci numbers (A000045).

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{1, 3, -2, -2}, {1, -2, -2, 1}, 100]

Formula

a(n) = a(n-1) + a(n-3) + a(n-4), where a(0) = 1; a(1) = -2, a(2) = -2, a(3) = 1.
G.f.: (1 - 3 x - 3 x^2 + 11 x^3)/(1 - x - 3 x^2 + 2 x^3 + 2 x^4).

A295737 a(n) = a(n-1) + 3*a(n-2) -2*a(n-3) - 2*a(n-4), where a(0) = 1, a(1) = -1, a(2) = -1, a(3) = 2.

Original entry on oeis.org

1, -1, -1, 2, -1, 9, 4, 29, 25, 86, 95, 245, 308, 681, 925, 1862, 2659, 5033, 7436, 13493, 20417, 35958, 55351, 95405, 148708, 252305, 396917, 665606, 1054331, 1752705, 2790652, 4608893, 7366777, 12106742, 19407983, 31776869, 51053780, 83354937, 134146573
Offset: 0

Views

Author

Clark Kimberling, Nov 30 2017

Keywords

Comments

a(n)/a(n-1) -> (1 + sqrt(5))/2 = golden ratio (A001622), so that a( ) has the growth rate of the Fibonacci numbers (A000045).

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{1, 3, -2, -2}, {1, -1, -1, 2}, 100]

Formula

a(n) = a(n-1) + a(n-3) + a(n-4), where a(0) = 1; a(1) = -1, a(2) = -1, a(3) = 2.
G.f.: (1 - 2 x - 3 x^2 + 8 x^3)/(1 - x - 3 x^2 + 2 x^3 + 2 x^4).
Previous Showing 21-23 of 23 results.