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

A107029
Diagonal sums of number triangle A107027.
1
1, 1, 3, 3, 5, 7, 11, 19, 35, 69, 151, 339, 829, 2111, 5607, 15737, 45289, 136477, 423279, 1353671, 4471673, 15114479, 52605755, 187162155, 681817179, 2539492249, 9646349779, 37415172217, 147745308403, 594368656811
OFFSET
0,3
FORMULA
a(n)=sum{k=0..floor(n/2), (n-2k-1)C((n-2k)*k, k)-(n-2k-2)*sum{j=0..k, C((n-2k)*k, j)}}
CROSSREFS
Sequence in context: A328222 A306276 A001588 * A352912 A240180 A169942
KEYWORD
easy,nonn
AUTHOR
Paul Barry, May 09 2005
STATUS
approved