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!)
A089976 Antidiagonal sums of array A089975. 1
1, 1, 2, 4, 8, 20, 52, 146, 458, 1498, 5240, 19562, 76006, 311258, 1334108, 5931250, 27492122, 132096626, 655783888, 3368747018, 17837850110, 97228103482, 545514383396, 3142793126018, 18578114240578, 112620106745570, 698987455899992, 4439420959115866, 28832596784976998, 191284437539842538 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(PARI) T(n, k) = sum(i=max(0, n-k), floor(n/2), n!*k!/(2^i*(n-2*i)!*(k-n+i)!*i!)); \\ A089975
a(n) = sum(i=0, n, T(i, n-i)); \\ Michel Marcus, Mar 21 2023
CROSSREFS
Cf. A089975.
Sequence in context: A078160 A218088 A222320 * A000980 A123611 A082279
KEYWORD
easy,nonn
AUTHOR
Paul Boddington, Nov 17 2003
EXTENSIONS
Name edited and more terms from Michel Marcus, Mar 21 2023
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)