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.

A350923 a(0) = 2, a(1) = 2, and a(n) = 10*a(n-1) - a(n-2) - 4 for n >= 2.

Original entry on oeis.org

2, 2, 14, 134, 1322, 13082, 129494, 1281854, 12689042, 125608562, 1243396574, 12308357174, 121840175162, 1206093394442, 11939093769254, 118184844298094, 1169909349211682, 11580908647818722, 114639177128975534, 1134810862641936614, 11233469449290390602, 111199883630261969402
Offset: 0

Views

Author

Max Alekseyev, Jan 22 2022

Keywords

Comments

One of 10 linear second-order recurrence sequences satisfying (a(n)*a(n-1)-1) * (a(n)*a(n+1)-1) = (a(n)+1)^4 and together forming A350916.
Essentially the same as A157085. - R. J. Mathar, Feb 07 2022

Crossrefs

Other sequences satisfying (a(n)*a(n-1)-1) * (a(n)*a(n+1)-1) = (a(n)+1)^4: A103974, A350917, A350919, A350920, A350921, A350922, A350924, A350925, A350926.

Programs

  • Mathematica
    LinearRecurrence[{11, -11, 1}, {2, 2, 14}, 25] (* Paolo Xausa, May 30 2025 *)

Formula

G.f.: 2*(1 - 10*x + 7*x^2)/((1 - x)*(1 - 10*x + x^2)). - Stefano Spezia, Jan 22 2022
From Hugo Pfoertner, Jan 22 2022: (Start)
a(n) = A031138(n) + 1.
a(n) = 3*A054318(n) - 1.
a(n) = 12*A097784(n-2) + 2 for n >= 2. (End)
a(n) = 2 * A253175(n) for n>=1. - Alois P. Heinz, Jan 22 2022