The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A334683 Antidiagonal sums of A068914. 0
1, 1, 2, 3, 5, 7, 12, 17, 30, 44, 79, 120, 218, 341, 625, 1001, 1848, 3016, 5603, 9283, 17342, 29085, 54606, 92513, 174456, 298111, 564333, 971563, 1845364, 3198130, 6092038, 10621153, 20282471, 35554559, 68042537, 119874494, 229840130, 406794862, 781246800, 1388643835 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
T[n_, k_]:=Sum[(-1)^j*Binomial[n, Floor[(n+(k+2)j)/2]], {j, Floor[-n/(k+2)], Ceiling[n/(k+2)]}]; Table[Sum[T[n-k, k], {k, 0, n}], {n, 0, 39}]
PROG
(PARI) T(n, k) = sum(j=floor(-n/(k+2)), ceil(n/(k+2)), (-1)^j*binomial(n, floor((n+(k+2)*j)/2))); \\ A068914
a(n) = sum(k=0, n, T(n-k, k)); \\ Michel Marcus, May 09 2020
CROSSREFS
Cf. A068914.
Sequence in context: A002965 A206290 A091696 * A280303 A048808 A263358
KEYWORD
nonn
AUTHOR
Stefano Spezia, May 08 2020
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 May 18 12:18 EDT 2024. Contains 372630 sequences. (Running on oeis4.)