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.

A350922 a(0) = 2, a(1) = 5, and a(n) = 7*a(n-1) - a(n-2) - 4 for n >= 2.

This page as a plain text file.
%I A350922 #33 Jun 27 2025 21:48:41
%S A350922 2,5,29,194,1325,9077,62210,426389,2922509,20031170,137295677,
%T A350922 941038565,6449974274,44208781349,303011495165,2076871684802,
%U A350922 14235090298445,97568760404309,668746232531714,4583654867317685,31416837838692077,215334210003526850,1475922632185995869
%N A350922 a(0) = 2, a(1) = 5, and a(n) = 7*a(n-1) - a(n-2) - 4 for n >= 2.
%C A350922 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.
%C A350922 From _William P. Orrick_, Dec 20 2023: (Start)
%C A350922 Every term is a Markov number (see A002559) and, for n > 1, corresponds to a node of the Markov tree A368546 whose sibling and ancestors are all odd-indexed Fibonacci numbers. For n > 1, a(n) is the label of the node obtained from the root by going left n - 2 times and then right. Its Farey index, described in the comments to A368546, is 2 / (2*n - 1).
%C A350922 For instance, a(3) = 194 comes from going left once from the root node of the Markov tree and then right, which corresponds to the sequence of Markov numbers 5, 13, 194.  The corresponding sequence of Farey indices is 1/2, 1/3, 2/5. The sibling of the final node corresponds to Markov number 34 and Farey index 1/4. (End)
%H A350922 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (8,-8,1).
%F A350922 G.f.: (2 - x)*(1 - 5*x)/((1 - x)*(1 - 7*x + x^2)). - _Stefano Spezia_, Jan 22 2022
%F A350922 a(n) = 3*A049684(n) + 2 = 3*A064170(n+2) - 1. - _Hugo Pfoertner_, Jan 22 2022
%F A350922 a(n) = 3*A000045(2*n - 1) * A000045(2*n + 1) - 1 = A000045(2*n - 1)^2 + A000045(2*n + 1)^2. - _William P. Orrick_, Jan 08 2023
%t A350922 CoefficientList[Series[(2 - x)*(1 - 5*x)/((1 - x)*(1 - 7*x + x^2)), {x, 0, 22}],x] (* _James C. McMahon_, Dec 22 2023 *)
%Y A350922 Cf. A049684, A064170, A350916, A002559, A000045.
%Y A350922 Other sequences satisfying (a(n)*a(n-1)-1) * (a(n)*a(n+1)-1) = (a(n)+1)^4: A103974, A350917, A350919, A350920, A350921, A350923, A350924, A350925, A350926.
%K A350922 nonn,easy
%O A350922 0,1
%A A350922 _Max Alekseyev_, Jan 22 2022