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

A285067
Row sums of triangle A285066.
5
1, 5, 57, 989, 22833, 658805, 22810857, 921455309, 42540129633, 2209407621605, 127500056700057, 8093522778736829, 560471288461196433, 42046635718027122005, 3396986478841654717257, 294048932819502579461549, 27150267978072875530135233, 2663529874012507049631576005
OFFSET
0,2
COMMENTS
See A285066 for details.
FORMULA
a(n) = Sum_{m=0..n} A285066(n, m), n >= 0.
E.g.f.: exp(x)/(2 - exp(4*x)).
a(n) ~ n! * 2^(2*n - 3/4) / log(2)^(n+1). - Vaclav Kotesovec, Apr 19 2017
a(n) = 1 + Sum_{k=1..n} binomial(n,k) * 4^k * a(n-k). - Ilya Gutkovskiy, Jun 21 2022
CROSSREFS
Cf. A285066, A141413(n+2) (alternating row sums).
Sequence in context: A223382 A336286 A155539 * A234293 A244288 A009480
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Apr 19 2017
STATUS
approved