Problem 46034. Construct the Seidel-Entringer-Arnold triangle
Several problems in Cody ask us to construct part or all of triangles in which entries follow a pattern. Cody Problems 37, 1463, 44037, and 44904 involve Pascal's triangle, which consists of the binomial coefficients, and Cody Problem 1845 extends Pascal's triangle to a pyramid. Cody Problem 45460 involves the Bernoulli triangle, which consists of partial sums of the binomial coefficients.
This problem deals with the Seidel-Entringer-Arnold triangle (also called the Euler-Bernoulli triangle and the secant-tangent triangle). The first eight layers are
                         1
                      0      1
                  1      1      0
               0      1      2      2
           5      5      4      2      0
        0      5     10     14     16     16
    61    61     56     46     32     16      0
  0    61    122    178    224    256    272    272
The name "secant-tangent triangle" arises because the sides contain the coefficients in the Taylor series for  and
 and  :
:
Construct the nth layer of this triangle.
Hint: Use the boustrophedon (or ox-plowing) rule.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers21
Suggested Problems
- 
         Find state names that end with the letter A 1189 Solvers 
- 
         
         1988 Solvers 
- 
         
         324 Solvers 
- 
         Numbers spiral diagonals (Part 1) 222 Solvers 
- 
         Split Even Number Into Two Primes 205 Solvers 
More from this Author314
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!