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”).

A261392
Largest term in row n of A261019.
2
1, 1, 3, 6, 11, 21, 40, 73, 144, 274, 509, 931, 1771, 3555, 7021, 13964, 27789, 54536, 105854, 210655, 415349, 812461, 1578752, 3050921, 5868562, 11244267, 21472441, 40887802, 77668032, 147222550, 278556477, 540784632, 1116709696, 2292646735, 4682550808, 9519363902
OFFSET
1,3
COMMENTS
a(n) = Max(A261019(n,k): k = 0..A261017(n)).
PROG
(Haskell)
a261392 = maximum . a261019_row
CROSSREFS
Sequence in context: A050951 A291408 A202012 * A251655 A132658 A293320
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Aug 18 2015
EXTENSIONS
a(26)-a(36) from Alois P. Heinz, Aug 19 2015
STATUS
approved