login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A166359 Diagonal sums of the exponential Riordan array [1+x*arctanh(x), x], A166357. 2
1, 3, 15, 197, 6909, 459383, 48252699, 7299708105, 1499523879481, 401147660278507, 135421121289695655, 56285769483090611085, 28237152577765405343285, 16821061018350834178553055 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Aeration of this sequence gives the diagonal sums of A166357.
LINKS
FORMULA
a(n) = Sum_{k=0..n} C(n+k,2k)*A166356(k).
a(n) ~ sqrt(Pi) * 2^(2*n) * n^(2*n - 1/2) / exp(2*n). - Vaclav Kotesovec, Aug 17 2018
MATHEMATICA
Table[1 + Sum[Binomial[n + k, 2*k] * ((2*k-1)! + (2*k-2)!), {k, 1, n}], {n, 0, 20}] (* Vaclav Kotesovec, Aug 17 2018 *)
PROG
(PARI) a(n)={1 + sum(k=1, n, binomial(n + k, 2*k) * ((2*k-1)! + (2*k-2)!))} \\ Andrew Howroyd, Aug 17 2018
CROSSREFS
Sequence in context: A060194 A068858 A280772 * A195515 A003505 A270354
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Oct 12 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 01:19 EDT 2024. Contains 371906 sequences. (Running on oeis4.)