login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Largest term in row n of A261019.
2

%I #9 Aug 19 2015 14:20:17

%S 1,1,3,6,11,21,40,73,144,274,509,931,1771,3555,7021,13964,27789,54536,

%T 105854,210655,415349,812461,1578752,3050921,5868562,11244267,

%U 21472441,40887802,77668032,147222550,278556477,540784632,1116709696,2292646735,4682550808,9519363902

%N Largest term in row n of A261019.

%C a(n) = Max(A261019(n,k): k = 0..A261017(n)).

%o (Haskell)

%o a261392 = maximum . a261019_row

%Y Cf. A261019, A261017.

%K nonn

%O 1,3

%A _Reinhard Zumkeller_, Aug 18 2015

%E a(26)-a(36) from _Alois P. Heinz_, Aug 19 2015