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.

A129398 Pyramid P(h,x,y)=P(h,x,y-1)+P(h,x,y+1)+P(h,x-1,y)+P(h,x+1,y)+P(h-1,x,y), read level by level, x by x.

Original entry on oeis.org

1, 1, 1, 5, 1, 1, 1, 1, -3, 1, 1, -3, -7, -3, 1, 1, -3, 1, 1, 1, 1, 4, 1, 1, 3, 0, 3, 1, 1, 4, 0, -7, 0, 4, 1, 1, 3, 0, 3, 1, 1, 4, 1, 1
Offset: 0

Views

Author

Jonas Wallgren, Apr 13 2007

Keywords

Comments

All face elements=1. For an element x on a level inside the pyramid
..b
.cxd
..e
with a above x, x=a+b+c+d+e. Every level of the pyramid is symmetric. Thus the top (h=0) of the pyramid is 1. The level h=1 is
..1
.1.5.1
..1
The level h=2 is
.....1
..1.-3..1
1.-3.-7.-3..1
..1.-3..1
.....1
The level h=3 is
........1
.....1..4..1
..1..3..0..3..1
1..4..0.-7..0..4..1
..1..3..0..3..1
.....1..4..1
........1

Crossrefs

This is a three-dimensional analog of A129392.
Showing 1-1 of 1 results.