cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A129684 Exponential Riordan array [1/(1-x^2/2), x].

Original entry on oeis.org

1, 0, 1, 1, 0, 1, 0, 3, 0, 1, 6, 0, 6, 0, 1, 0, 30, 0, 10, 0, 1, 90, 0, 90, 0, 15, 0, 1, 0, 630, 0, 210, 0, 21, 0, 1, 2520, 0, 2520, 0, 420, 0, 28, 0, 1, 0, 22680, 0, 7560, 0, 756, 0, 36, 0, 1, 113400, 0, 113400, 0, 18900, 0, 1260, 0, 45, 0, 1
Offset: 0

Views

Author

Paul Barry, Apr 28 2007

Keywords

Comments

Row sums are A087214. Inverse is A129685.

Examples

			Triangle begins
1,
0, 1,
1, 0, 1,
0, 3, 0, 1,
6, 0, 6, 0, 1,
0, 30, 0, 10, 0, 1,
90, 0, 90, 0, 15, 0, 1,
0, 630, 0, 210, 0, 21, 0, 1
		

Crossrefs

Programs

  • Mathematica
    (* The function RiordanArray is defined in A256893. *)
    RiordanArray[1/(1 - #^2/2)&, #&, 11, True] // Flatten (* Jean-François Alcover, Jul 19 2019 *)

Formula

Number triangle T(n,k) = [k<=n](n!/k!)*(1/2^((n-k)/2))*(1+(-1)^(n-k))/2.
Showing 1-1 of 1 results.