LINKS
Paolo Xausa, <a href="/A087322/b087322_1.txt">Table of n, a(n) for n = 1..11325</a> (rows 1..150 of the triangle, flattened)
Paolo Xausa, <a href="/A087322/b087322_1.txt">Table of n, a(n) for n = 1..11325</a> (rows 1..150 of the triangle, flattened)
proposed
approved
editing
proposed
Paolo Xausa, <a href="/A087322/b087322_1.txt">Table of n, a(n) for n = 1..11325</a> (rows 1..150 of the triangle, flattened)
A087322row[n_]:=NestList[2#+1&, 2n+1, n-1]; Array[A087322row, 10] (* Paolo Xausa, Oct 17 2023 *)
approved
editing
proposed
approved
editing
proposed
T(n,2) = 4*n + 3 for n >= 2.
editing
proposed
T(n,2) = 4*n + 3.
Recurrence: T(n,k) = 3*T(n,k-1) - 2*T(n,k-2) for n >= 2 and 2 <= k <= n with initial condition conditions the values of T(n, 1) = 2*n + 1 for and T(n >= 0,2).