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

A026887
T(2n+1,n+1), T given by A026769.
1
1, 3, 11, 44, 186, 819, 3725, 17402, 83156, 405116, 2006696, 10083578, 51303146, 263851841, 1369807435, 7170160392, 37803475750, 200584271466, 1070306614530, 5739790997296, 30919312935436, 167228980869678, 907759276349466
OFFSET
0,2
MAPLE
A026887 := proc(n)
A026769(2*n+1, n+1) ;
end proc: # R. J. Mathar, Jun 15 2014
CROSSREFS
Sequence in context: A068091 A001207 A319156 * A151106 A302186 A151107
KEYWORD
nonn
STATUS
approved