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

A112294
Diagonal sums of number triangle A112292.
1
1, 1, 4, 18, 121, 1055, 11376, 145852, 2165689, 36532197, 689873284, 14415662558, 330204013569, 8226714806323, 221470234531456, 6406397898751320, 198160750081637521, 6526636388676159977, 228040136335670652324
OFFSET
0,3
FORMULA
a(n)=sum{k=0..floor(n/2), (2n-2k-1)!!/(2k-1)!!}; a(n)=sum{k=0..floor(n/2), 2^(n-2k)(n-k-1/2)!/(k-1/2)!}; a(n)=sum{k=0..floor(n/2), (n-k)!C(2n-2k, n-k)2^(2k-n)/(k!C(2k, k))}; a(n)=sum{k=0..floor(n/2), (n-k+1)!*C(n-k)2^(2k-n)/((k+1)!*C(k))}.
CROSSREFS
Sequence in context: A306881 A367489 A084661 * A346680 A292500 A228065
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Sep 01 2005
STATUS
approved