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

A375086
Row sums of A375085.
1
0, 1, 3, 8, 24, 78, 268, 956, 3496, 12998, 48876, 185268, 706456, 2706204, 10404696, 40124792, 155133904, 601113158, 2333671756, 9075266372, 35345525944, 137847053108, 538258923016, 2104101060872, 8233434921904, 32247612071708, 126410623214968, 495918566502536
OFFSET
0,3
FORMULA
a(n) = (2^(n+1) + 4^n + 4*binomial(2*n-2,n-1) - 8*binomial(2*n-2,n-2)*hypergeom([1, 2-n], [1+n], -1])/8 for n > 1.
a(n) ~ A007582(n+2).
MATHEMATICA
a[n_]:=(2^(n+1)+4^n+4Binomial[2n-2, n-1]-8Binomial[2n-2, n-2]Hypergeometric2F1[1, 2-n, 1+n, -1])/8; Join[{0, 1}, Array[a, 26, 2]]
CROSSREFS
KEYWORD
nonn
AUTHOR
Stefano Spezia, Jul 29 2024
STATUS
approved