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.

A166378 Exponential Riordan array [1+x^2*sec(x), x].

Original entry on oeis.org

1, 0, 1, 2, 0, 1, 0, 6, 0, 1, 12, 0, 12, 0, 1, 0, 60, 0, 20, 0, 1, 150, 0, 180, 0, 30, 0, 1, 0, 1050, 0, 420, 0, 42, 0, 1, 3416, 0, 4200, 0, 840, 0, 56, 0, 1, 0, 30744, 0, 12600, 0, 1512, 0, 72, 0, 1, 124650, 0, 153720, 0, 31500, 0, 2520, 0, 90, 0, 1
Offset: 0

Views

Author

Paul Barry, Oct 13 2009

Keywords

Comments

Row sums are A166379. Diagonal sums are A166380.

Examples

			Triangle begins
1,
0, 1,
2, 0, 1,
0, 6, 0, 1,
12, 0, 12, 0, 1,
0, 60, 0, 20, 0, 1,
150, 0, 180, 0, 30, 0, 1,
0, 1050, 0, 420, 0, 42, 0, 1,
3416, 0, 4200, 0, 840, 0, 56, 0, 1,
0, 30744, 0, 12600, 0, 1512, 0, 72, 0, 1,
124650, 0, 153720, 0, 31500, 0, 2520, 0, 90, 0, 1
		

Programs

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

Formula

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